{"id":163,"date":"2014-11-12T07:38:00","date_gmt":"2014-11-12T07:38:00","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/vcblog\/2014\/11\/12\/visual-studio-2015-preview-is-now-available\/"},"modified":"2019-02-18T18:05:10","modified_gmt":"2019-02-18T18:05:10","slug":"visual-studio-2015-preview-is-now-available","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/cppblog\/visual-studio-2015-preview-is-now-available\/","title":{"rendered":"Visual Studio 2015 Preview is Now Available"},"content":{"rendered":"<p>Today with the Visual Studio 2015 Preview, one of the big things we&#8217;ve done is improved the C++ experience, adding support for targeting Android, boosting runtime and build-time performance, improving standards compliance, and improving the editor experience. The Preview is available <a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkId=517033\">here<\/a> for download and as a VM that you can run in Azure (if you&#8217;re an MSDN subscriber, you get 150 hours of Azure for free).<\/p>\n<p>Let&#8217;s go deeper on what&#8217;s in the release!<\/p>\n<ul>\n<li><strong>C++ Cross-Platform Mobile Development<span style=\"color: red\">. <\/span><\/strong><span style=\"color: black\">C++ is attractive because it offers portability and a chance to reuse the same code on different platforms. With Visual Studio 2015 Preview, modern application developers can use the Visual C++ tool chain (c1xx, c2) to target Microsoft Windows Platforms and Clang \/ LLVM for targeting Android (with plans to support iOS in the near future). This makes it even easier to re-use existing C++ libraries to target multiple platforms (Android\/Windows\/iOS), share cross-platform code, and create high-quality Xamarin Native Android and Native-Activity applications using all of the power of Visual Studio. For a closer look, see <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/11\/12\/cross-platform-mobile-development-with-visual-c.aspx\">Cross-Platform Mobile Development with Visual C++<\/a>. <\/span><\/li>\n<li><span style=\"color: black\"><strong>C++11, C++14, C++17 (proposed) compatibility.<\/strong> Standards support across compilers improves portability. With Visual Studio 2015 Preview, Visual C++ is even more compliant with user-defined literals (C++11), generic lambdas (C++14), and await (C++17 proposed). For a view of VS conformance in table form, see this <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/11\/17\/c-11-14-17-features-in-vs-2015-preview.aspx\">post<\/a> by Stephan Lavavej (STL). Also check out <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/11\/12\/details-about-some-of-the-new-c-language-features.aspx\">Details About Some of the New C++ Language Features<\/a>, <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/11\/12\/improvements-to-warnings-in-the-c-compiler.aspx\">Improvements to Warnings in the C++ Compiler<\/a>, and <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/11\/12\/resumable-functions-in-c.aspx\">Resumable Functions in C++<\/a>.<br \/><\/span><\/li>\n<li><span style=\"color: black\"><strong>Enhanced productivity &amp; build-time improvements<\/strong>. &#8220;Productivity&#8221; and &#8220;C++&#8221; are not often used in the same sentence except to criticize some aspect of the IDE, build process or diagnostics. Friction in any of these areas slows down the development process. With Visual Studio 2015 Preview, you get improvements in each including refactoring for C++ and improved IntelliSense database buildup and simplified QuickInfo for template deduction (IDE); incremental linking for static libs, new fast PDB generation techniques, multithreading in the linker (build); and dedicated space for analyzing graphics space using the Visual Studio Graphics Analyzer (VSGA) and you can view the impact of shader code changes without re-running the app (diagnostics). For more details about incremental build, see <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/11\/12\/speeding-up-the-incremental-developer-scenario-with-visual-studio-2015.aspx\">Speeding up the Incremental Build Scenario<\/a>. For more details about C++ Refactoring support, see <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/11\/14\/all-about-c-refactoring-in-visual-studio-2015-preview.aspx\">All about C++ Refactoring in Visual Studio 2015 Preview.<\/a><\/span><\/li>\n<li><span style=\"color: black\"><strong>Improved performance. <\/strong>Most of the C++ developers we spoke with needed code to run fast, often as part of intensive data transformation or analysis or real-time control. Visual Studio 2015 Preview builds on the <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/02\/28\/avx2-support-in-visual-studio-c-compiler.aspx\"><em>AVX2<\/em> support<\/a> in Visual Studio 2013 to bring more general optimizations like loop-if unswitching, Vectorization of control flow, and increased support for Vectorization (including when optimizing in favor of smaller code). In addition we have a number of ARM32 compiler code generation improvements. <br \/><\/span><\/li>\n<\/ul>\n<p><span style=\"color: black\"> In Visual Studio 2015 Preview, you will be able to target Windows 8.1 Phone and Store along with Windows 8.0 Phone development. See <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2014\/11\/12\/c-tools-acquisition-for-windows-phone-and-store-development.aspx\">C++ Tools Acquisition for Windows Phone and Store Development <\/a>for more details. <br \/><\/span><\/p>\n<p>The team is eager to get your feedback. Members of the team will be available for a live discussion through the following sessions:<\/p>\n<ul>\n<li><a href=\"https:\/\/channel9.msdn.com\/Events\/Visual-Studio\/Connect-event-2014\/025\">Multi-Device Development using Visual Studio (iOS, Android &amp; Windows) (Thu, 13:40 EST)<\/a><\/li>\n<li><a href=\"https:\/\/channel9.msdn.com\/Events\/Visual-Studio\/Connect-event-2014\/029\">C++ in Visual Studio &#8220;14&#8221; (Thu, 17:00 EST)<\/a><\/li>\n<\/ul>\n<p>You can also watch over<a href=\"https:\/\/aka.ms\/connect\"> 55 on-demand sessions<\/a> from Microsoft engineers including Herb Sutter&#8217;s <a href=\"https:\/\/channel9.msdn.com\/Events\/Visual-Studio\/Connect-event-2014\/311\">Visual C++ Conformance and Cross-Platform Development in Visual Studio 2015<\/a> video.<\/p>\n<p>Take some time now to <a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkId=517033\">download the Visual Studio 2015 Preview<\/a> and, after kicking the tires a bit, giving us some feedback. Share feature suggestions on <a href=\"http:\/\/visualstudio.uservoice.com\/forums\/121579-visual-studio\/category\/30937-languages-c\">UserVoice<\/a>, log bugs you find on our <a href=\"http:\/\/connect.microsoft.com\/visualstudio\">Connect<\/a> site and <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/zzszcehe.aspx\">send us a smile or frown<\/a> from inside the IDE. In addition, keep an eye here for posts on our cross-platform support for Android, language conformance, diagnostics, and more over the next few days.<\/p>\n<p>Thanks!<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today with the Visual Studio 2015 Preview, one of the big things we&#8217;ve done is improved the C++ experience, adding support for targeting Android, boosting runtime and build-time performance, improving standards compliance, and improving the editor experience. The Preview is available here for download and as a VM that you can run in Azure (if [&hellip;]<\/p>\n","protected":false},"author":264,"featured_media":35994,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[8],"class_list":["post-163","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cplusplus","tag-announcement"],"acf":[],"blog_post_summary":"<p>Today with the Visual Studio 2015 Preview, one of the big things we&#8217;ve done is improved the C++ experience, adding support for targeting Android, boosting runtime and build-time performance, improving standards compliance, and improving the editor experience. The Preview is available here for download and as a VM that you can run in Azure (if [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/posts\/163","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/users\/264"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/comments?post=163"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/posts\/163\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/media\/35994"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/media?parent=163"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/categories?post=163"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/tags?post=163"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}