This is the Trace Id: 6a80508801ec0882373a3c081223bd09
Skip to main content Microsoft 365 Office Azure Copilot Windows XBOX Support Windows Apps OneDrive Outlook Moving from Skype to Teams OneNote Microsoft Teams Shop XBOX Accessories XBOX games Microsoft AI Microsoft Security Azure Dynamics 365 Microsoft 365 for business Microsoft Power Platform Windows 365 Digital Sovereignty Microsoft Developer Microsoft Learn Support for AI marketplace apps Microsoft Tech Community Microsoft Marketplace Software companies Visual Studio Free downloads & security Education Gift cards Licensing View Sitemap

Visual C++ Compiler November 2012 CTP

This CTP contains a preview of the work in progress to add several new C++11 features to the Visual C++ compiler.

Important! Selecting a language below will dynamically change the complete page content to that language.

  • Version:

    1

    Date Published:

    7/15/2024

    File Name:

    Visual C++ Nov 2012 CTP Breaking changes.docx

    vc_compilerCTPNov2012.exe

    File Size:

    19.9 KB

    10.5 MB

    Visual C++ Compiler November 2012 CTP contains a preview release of the Visual C++ compiler that adds the the following C++11 features to the list of features already supported in Visual Studio 2012: uniform initialization, initializer lists, variadic templates, function template default arguments, delegating constructors, explicit conversion operators and raw strings. A tour of these features is available on Channel 9 Core C++ episode 6: http://aka.ms/vc-ctp-tour. More details on this release are available on the Visual C++ Blog: http://aka.ms/vc-ctp-blog
  • Supported Operating Systems

    Windows 7, Windows 8, Windows Vista

    This package requires Visual Studio 2012 preinstalled on the machine.
  • After downloading and installing the program, you can launch Visual Studio 2012, load your C++ project and you can switch to the new compilers. We recommend you create a separate project configuration from menu Build > Configuration Manager by duplicating your existing configuration and then follow the steps below: 1.Open Project Property Pages (Alt+F7 under the Visual C++ mappings or right-click on the project in Solution Explorer) 2.From the ‘General’ tab, change ‘Platform toolset’ from ‘Visual Studio 2012 (v110)’ to ‘Microsoft Visual C++ Compiler Nov 2012 CTP (v120_CTP_Nov)’ and close the Property Pages 3.Launch a full rebuild of your project