C++ Team Blog

The latest in C++, Visual Studio, VS Code, and vcpkg from the MSFT C++ team

Using Visual Studio 2010 for C++ Development? We want to talk!

This has been the Summer of Surveys for the Visual C++ team. We love surveys because they give us a chance to talk to a bunch of real-world customers and community members about their development habits for specific scenarios, most recently multi-device development. The aggregate data can be interesting – don't get us wrong – but ...
Comments are closed.0 0
C++

The Future of Non-Static Data Member Initialization

In Visual Studio 2013 we shipped an implementation of non-static data member initialization (hereby referred to as “NSDMI”), which is a feature that allows code such as the following:class C { int n = 42; };Here, n is a non-static member of the class, and it is initialized directly in its declaration, and not via a ...
Comments are closed.0 0
C++

Visual Studio “14” CTP 3 Now Available

Today we released Visual Studio "14" CTP 3 and an early build of the .NET Framework (read the announcement on the Visual Studio blog here). Grab it from the Microsoft Download Center or from MSDN subscriber downloads or save some setup time and use a ready-to-use VM in Azure.In this CTP, we continue enhancing our C/C++ standard conformance ...
Comments are closed.0 0
C++

Visual Studio “14” CTP 3 Now Available

Today we released Visual Studio "14" CTP 3 and an early build of the .NET Framework (read the announcement on the Visual Studio blog here). Grab it from the Microsoft Download Center or from MSDN subscriber downloads or save some setup time and use a ready-to-use VM in Azure.In this CTP, we continue enhancing our C/C++ standard conformance ...
Comments are closed.0 0
C++

Survey for You :)

We know a lot of you C++ developers also use other frameworks like .NET and Xamarin. If so, do you mind taking a brief survey at https://aka.ms/vsmdd? Look for us to share highlights from the last couple of surveys in the next month or so. We are still ruminating over the responses and the individual discussions we had with those of you who ...
Comments are closed.0 0
C++

Bugs Fixed in Visual Studio 2013 Update 3

Visual Studio 2013 Update 3 includes a number of fixes filed through Connect: Read the release announcements by Soma and Brian Harry or learn more by checking out the Visual Studio 2013 Update 3 RTM release notes. As always, thanks to each of you for providing feedback and helping us to improve Visual C...
Comments are closed.0 0
C++

C++ Runtime for Sideloaded Windows 8.1 apps

A while ago we posted about how the distribution and deployment of C++ Runtime as a dependency was handled through the Windows Store. That mechanism works for apps that are themselves distributed through the Store. However, there are cases in which you need to build apps that don't ship through the Windows Store, for example enterprise apps ...
Comments are closed.0 0
C++