Showing results for March 2017 - Page 2 of 2 - C++ Team Blog

Mar 7, 2017
0
0

C++14 conformance improvements: constexpr and aggregate initialization

Andrew Pardoe
Andrew Pardoe

Two important features in C++11 received small upgrades in C++14 that had far-reaching effects. You can see from the CppReference site that while both of these changes were small changes to the standard (search for the "C++14" annotation on those pages) they had broad impact on the compiler’s implementation and on what code developers can...

Announcement
Mar 7, 2017
0
0

Visual Studio Code C/C++ extension March 2017 Update

Rong Lu
Rong Lu

Last week marked an important and exciting milestone for the C/C++ extension for Visual Studio Code: this extension has been installed for over 1 million times since it shipped just a year ago! Thanks to everyone who tried it and provided us invaluable feedback to help shape the extension what it is today. But we are still early in this journey! ...

C++Visual Studio Code
Mar 6, 2017
0
0

Finding installed Visual C++ tools for Visual Studio 2017

Adam Welch (MSFT)
Adam Welch (MSFT)

There have been a number of questions from customers about how to locate the tools in the world of this new installation model.  The following blog post will share a number of options available for locating Visual Studio 2017 instances and provides various samples that illustrates the process in action. How to find installed Visual Studio 2017 ...

C++
Mar 3, 2017
0
0

Always Set Impossible Goals

Bogdan Mihalcea - MSFT
Bogdan Mihalcea - MSFT

Impossible goals are like dreams, we always pursue them, with the hopes they will come true. In one of my recent experiences, I managed a feature crew, C++ Fast Project Load (FPL), a team of exceptional people. Personally, I'm very passionate about performance, as I believe it makes our interaction with our beloved machines much more satisfying. ...

C++