Showing results for August 2014 - C++ Team Blog

Aug 28, 2014
0
0

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

Eric Battalio
Eric Battalio

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 the re...

C++
Aug 19, 2014
0
0

The Future of Non-Static Data Member Initialization

Kangyuan Niu
Kangyuan Niu

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 constructor...

C++
Aug 18, 2014
0
0

Visual Studio “14” CTP 3 Now Available

Eric Battalio
Eric Battalio

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 support ...

C++
Aug 18, 2014
0
0

Visual Studio “14” CTP 3 Now Available

Eric Battalio
Eric Battalio

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 support ...

C++
Aug 6, 2014
0
0

Survey for You :)

Eric Battalio
Eric Battalio

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 opted ...

C++
Aug 4, 2014
0
0

Bugs Fixed in Visual Studio 2013 Update 3

Eric Battalio
Eric Battalio

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++.

C++
Aug 1, 2014
0
0

C++ Runtime for Sideloaded Windows 8.1 apps

Raman Sharma
Raman Sharma

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 that ar...

C++