{"id":1113,"date":"2013-10-17T04:05:00","date_gmt":"2013-10-17T04:05:00","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/vcblog\/2013\/10\/17\/visual-studio-2013-available-now\/"},"modified":"2019-02-18T18:40:51","modified_gmt":"2019-02-18T18:40:51","slug":"visual-studio-2013-available-now","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/cppblog\/visual-studio-2013-available-now\/","title":{"rendered":"Visual Studio 2013 Available Now!"},"content":{"rendered":"<p>We are happy to announce that <strong>Visual Studio 2013 is now available<\/strong>.<\/p>\n<ul style=\"margin-left: 38pt\">\n<li>Download <a href=\"http:\/\/go.microsoft.com\/fwlink\/p\/?LinkId=306566\">Visual Studio 2013<\/a>.<\/li>\n<li>Discover <a href=\"https:\/\/aka.ms\/vs2013\">What&#8217;s New for Visual Studio 2013<\/a>.<\/li>\n<li>Read the formal announcement on <a href=\"http:\/\/blogs.msdn.com\/b\/somasegar\/archive\/2013\/10\/17\/visual-studio-2013-available-for-download.aspx\">Soma&#8217;s blog<\/a>.<\/li>\n<li>Check the <a href=\"http:\/\/www.microsoft.com\/visualstudio\/eng\/products\/compatibility-2013\">system requirements and platform compatibility<\/a>.<\/li>\n<li>Grab the <a href=\"http:\/\/go.microsoft.com\/?linkid=9832071\">MCBS MFC library <\/a>for this release.<\/li>\n<li>Build an <a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkId=286956\">extension<\/a> for Visual Studio 2013.<\/li>\n<li>Provide feedback! Visit <a href=\"http:\/\/connect.microsoft.com\/VisualStudio\">Connect<\/a> to report bugs, <a href=\"http:\/\/visualstudio.uservoice.com\/forums\/121579-visual-studio\">UserVoice<\/a> for suggestions, <a href=\"http:\/\/social.msdn.microsoft.com\/Forums\/vstudio\/en-US\/home?category=visualstudio%2Cvslanguages%2Cvstfs%2Cnetdevelopment%2Cvsarch\">forums<\/a> for Q&amp;A, Send-a-Smile for quick feedback, and <a href=\"http:\/\/support.microsoft.com\/\">product support<\/a> for other issues.<\/li>\n<\/ul>\n<p>And now&mdash;in no particular order&mdash;here are the top reasons why C++ developers want Visual Studio 2013:<\/p>\n<p><strong>Better C++ language conformance<\/strong>. Support for C++11 began in Visual Studio 2010, which included auto and lambda functions. In Visual Studio 2012, we implemented more of the standard&mdash;for example, range-based for loops, standard threads, and futures. Visual Studio 2013 provides even more&mdash;variadic templates, delegating constructors, non-static data member initializers, uniform initialization, &#8216;using&#8217; aliases, and other features. For more information, see the<a href=\"http:\/\/blogs.msdn.com\/b\/somasegar\/archive\/2013\/06\/28\/cpp-conformance-roadmap.aspx\"> C++ Conformance Roadmap<\/a> on Soma&#8217;s blog, and learn about the <a href=\"https:\/\/channel9.msdn.com\/Events\/Build\/2013\/2-306\">Future of C++<\/a> from Herb Sutter.<\/p>\n<p><strong>Editor, editor, editor!<\/strong> We&#8217;re introducing new editor features that boost productivity, save time, and provide better context. We added over 40 settings to help you control C\/C++ code formatting. <em>Brace completion<\/em> automatically closes braces (and other characters that typically come in pairs). <em>Parameter Help<\/em> tooltips now automatically switch to the best matching overload, based on the number of parameters you&#8217;ve typed. The <em>Enhanced Vertical Scrollbar<\/em> provides visual cues about your file. You can use <em>Peek Definition<\/em> to view definitions in line instead of opening a new document tab. (To see it in action, put the cursor on a symbol and press Alt+F12.) <em>Navigate To<\/em> uses smart semantic search to help you find symbol definitions or files. For a list of editor and productivity improvements, see <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2013\/08\/26\/10443635.aspx\">C++ IDE Improvements in Visual Studio 2013<\/a> and <a href=\"http:\/\/blogs.msdn.com\/b\/visualstudio\/archive\/2013\/07\/15\/visual-studio-2013-new-editor-features.aspx\">Visual Studio 2013 New Editor Features<\/a>.<\/p>\n<p><strong>Better performance and improved code quality<\/strong>. We&#8217;ve improved the Visual C++ compiler so that it generates faster code, even from existing sources. We added an optimization that changes the order of certain, nested loops to reduce stalls on memory access. We also made the <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/hh872235.aspx\"><em>auto-vectorizer<\/em><\/a> smarter by enabling the compiler to now vectorize a larger number of loops&mdash;including loops that perform pointer manipulation, which is a common pattern for libraries like STL (for example, transform). We&#8217;re also introducing <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/e7k32f4k(v=vs.90).aspx\"><em>Profile Guided Optimization<\/em><\/a> (PGO) for Windows Store apps, <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/vstudio\/dn375768(v=vs.120).aspx\"><em>vector calling convention<\/em><\/a> for x86\/x64 platforms, and other improvements.<\/p>\n<p><strong>Connected Windows 8.1 apps.<\/strong> Use the new <em>Add Push Notification<\/em> wizard to register your app with the Windows Store, configure your mobile service to enable push notifications, and add code to your app to register a device channel (for example, see <a href=\"http:\/\/msdn.microsoft.com\/en-us\/library\/windows\/apps\/dn263175.aspx\">Connecting to Windows Azure Mobile Services<\/a> on MSDN). Also included: The new C++ library for Azure mobile services and the C++ REST Extension SDK provide connectivity. (An open-source version of the C++ REST Extension SDK is available on <a href=\"http:\/\/casablanca.codeplex.com\">CodePlex<\/a>.) The DirectX Templates <em>DirectX App<\/em> and <em>DirectX App (XAML)<\/em> have also been improved and structured similarly, making it easier to transition from one model to another after creation. The new templates also take advantage of Windows 8.1 features.<\/p>\n<p><strong>Enhancements to debugging and profiling<\/strong>. The new <em>XAML UI Responsiveness tool<\/em> in the <a href=\"http:\/\/blogs.msdn.com\/b\/visualstudio\/archive\/2013\/07\/18\/visual-studio-2013-diagnostics-investments.aspx\"><span style=\"color: black\">Visual Studio Performance and Diagnostics hub<\/span><\/a> helps you analyze responsiveness in XAML-based Windows Store apps. Also in the Diagnostics hub, the <em>Energy Consumption tool<\/em> for Windows 8.1 helps you estimate your store app&#8217;s energy consumption without requiring specialized hardware. We also added <a href=\"http:\/\/blogs.msdn.com\/b\/vcblog\/archive\/2013\/06\/26\/just-my-code-for-c-in-vs-2013.aspx\"><span style=\"color: black\"><em>Just My Code<\/em><\/span><\/a> so that you can hide the code you didn&#8217;t write to focus your debugging on the code you did write, and we <a href=\"http:\/\/blogs.msdn.com\/b\/visualstudioalm\/archive\/2013\/07\/01\/debugging-asynchronous-code-in-visual-studio-2013-call-stack-enhancements.aspx\">improved async debugging<\/a> and enabled <a href=\"http:\/\/blogs.msdn.com\/b\/visualstudioalm\/archive\/2013\/06\/28\/javascript-native-interop-debugging-in-visual-studio-2013.aspx\">JavaScript\/Native interop debugging<\/a>. For more details about the diagnostics improvements for C++ and other languages, visit <a href=\"http:\/\/blogs.msdn.com\/b\/visualstudio\/archive\/2013\/07\/18\/visual-studio-2013-diagnostics-investments.aspx\"><span style=\"color: black\">Diagnostics Investments in Visual Studio 2013<\/span><\/a>.<\/p>\n<p><strong>Enhanced C++ AMP<\/strong>. C++ AMP is an open specification for harnessing the processing resources of modern graphics cards from C++ code. In Visual Studio 2013, C++ AMP gets better debugger and profiler support so that you can examine operations being performed on the GPU. We added a bunch of features to enhance support for textures and side-by-side CPU\/GPU debugging (mixed-mode debugging is available on Windows 8.1 for the WARP accelerator). See <a href=\"http:\/\/blogs.msdn.com\/b\/nativeconcurrency\/archive\/2013\/06\/28\/what-s-new-for-c-amp-in-visual-studio-2013.aspx\">What&#8217;s New for C++ AMP in Visual Studio 2013<\/a>.<\/p>\n<p><strong>Improved graphics debugging. <\/strong>In Visual Studio 2012, you could debug DirectX apps on your development machine or on a simulator. In Visual Studio 2013, we&#8217;ve added support for <em>debugging apps on remote machines or devices<\/em> (x86, x64, ARM) so that you can better identify hardware-specific issues. You can capture frames on a target device and then analyze the log file on your dev machine. Visual Studio 2013 also supports the debugging of apps that use <em>Deferred Context or Compute Shader<\/em> written in HLSL. <em>Usability<\/em> of the tools has also been improved, through better organization of more detailed information about DirectX objects&mdash;device state, shader, buffer.<\/p>\n<p><strong>Thanks!<\/strong> We couldn&#8217;t have made these improvements without the overwhelming support of our customers and community, and the great feedback you provide through <a href=\"http:\/\/connect.microsoft.com\/VisualStudio\">Connect<\/a>, the <a href=\"http:\/\/social.msdn.microsoft.com\/Forums\/vstudio\/en-US\/home?category=visualstudio%2Cvslanguages%2Cvstfs%2Cnetdevelopment%2Cvsarch\">forums<\/a>, this blog, and other channels. Thanks also to our mighty MVPs, who never hold back their true feelings <span style=\"font-family: Wingdings\">J<\/span><\/p>\n<p>&nbsp;<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are happy to announce that Visual Studio 2013 is now available. Download Visual Studio 2013. Discover What&#8217;s New for Visual Studio 2013. Read the formal announcement on Soma&#8217;s blog. Check the system requirements and platform compatibility. Grab the MCBS MFC library for this release. Build an extension for Visual Studio 2013. Provide feedback! Visit [&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,199],"class_list":["post-1113","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cplusplus","tag-announcement","tag-vs2013rtm"],"acf":[],"blog_post_summary":"<p>We are happy to announce that Visual Studio 2013 is now available. Download Visual Studio 2013. Discover What&#8217;s New for Visual Studio 2013. Read the formal announcement on Soma&#8217;s blog. Check the system requirements and platform compatibility. Grab the MCBS MFC library for this release. Build an extension for Visual Studio 2013. Provide feedback! Visit [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/posts\/1113","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=1113"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/posts\/1113\/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=1113"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/categories?post=1113"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/cppblog\/wp-json\/wp\/v2\/tags?post=1113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}