Microsoft Download Center Archive
![]() | 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.
- 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
Files
![]() | Status: LiveThis download is still available on microsoft.com. The downloads below will come directly from the Microsoft Download Center. |
File | Size |
---|---|
![]() SHA1: 7f82d9451cf5ae2aca410b6650d30544e42ed50b | 10.35 MB |
![]() SHA1: f5f02000055ddeac891631fb1cc8a2ee9f95cfee | 17 KB |
File sizes and hashes are retrieved from the Wayback Machine’s indexes. They may not match the latest versions of files hosted on Microsoft servers.
System Requirements
Operating Systems: Windows 7, Windows 8, Windows Vista
- This package requires Visual Studio 2012 preinstalled on the machine.
Installation Instructions
- 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 Pages3.Launch a full rebuild of your project