C++ Team Blog

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

Latest posts

Oct 5, 2016
Post comments count 0
Post likes count 0

Visual Studio “15” Preview 5 Now Available

Eric Battalio

Visual Studio "15" Preview 5 is now available. Read the official announcement on the Visual Studio blog. Highlights for C++ developers include: For the complete list of everything in this release, along with some known issues, look at the Visual Studio “15” Preview 5 Release Notes page. The Preview 5 FAQ provides answers for common questions. As always, we welcome your feedback. Try the report a problem feature in the IDE to share feedback on Visual Studio and check out the developer community portal view. If you are not using the Visual Studio IDE, you can report issues using th...

Oct 5, 2016
Post comments count 0
Post likes count 1

Visual C++ Compiler Version

Gabriel Dos Reis

Official documentation on Predefined Macros in Visual C++ This blog was written by Gabriel Dos Reis and Mark Levine. Starting with VS “15” Preview 5, the Visual C++ Team is monotonically updating the value of the built-in preprocessor macro at every Visual C++ toolset update. Why? Thanks to the investments and progress that the Visual C++ Team has been making in the area of ISO C++ implementation conformance, we have been shipping new language features and introducing new conformance changes at a pace never seen before  by our customers, in particular in updates to the Visual C++ toolset.  As a result, it has...

Oct 5, 2016
Post comments count 1
Post likes count 0

CMake support in Visual Studio

Marian Luparu

⏱ Updated on October 5, 2017 with the latest functionality included with Visual Studio 2017 15.4 Visual Studio 2017 introduces built-in support for handling CMake projects. This makes it a lot simpler to develop C++ projects built with CMake without the need to generate VS projects and solutions from the command line. This post gives you an overview of the CMake support, how to easily get started and stay productive in Visual Studio. Getting started with CMake in Visual Studio To start, c...

Oct 5, 2016
Post comments count 0
Post likes count 0

C++ IntelliSense Improvements – Predictive IntelliSense & Filtering

Augustin Popa

IntelliSense is one of the most commonly used features in Visual Studio. With it, developers can write code more efficiently and learn more about their codebase at the same time. In a sense, IntelliSense is both a guide and a productivity feature. We understand the importance of having a powerful IntelliSense system which displays highly relevant results right when they are needed and which minimizes the time you need to spend thinking or typing as a developer. We have been collecting your feedback for C++ IntelliSense and are happy to announce two major improvements in Visual Studio 2017 RC: Predictive IntelliSe...

Oct 5, 2016
Post comments count 0
Post likes count 0

C++ compiler diagnostics improvements in VS “15” Preview 5

Andrew Pardoe

This post written by Andrew Marino and Andrew Pardoe Visual C++ in VS “15” Preview 5 now allows you to see where errors are in a line of code—the column number—as opposed to just showing the line number. As C++ has grown it’s increasingly useful to have a little more help finding your errors. Consider this somewhat contrived example: Traditionally Visual C++ would just tell you . With five different calls to on one line, it’s hard to figure out where your error is. Providing column numbers helps greatly: . Now at least the compiler has identified which call to is incorrect. But you can do more! You can n...

Oct 5, 2016
Post comments count 0
Post likes count 0

Bring your C++ codebase to Visual Studio with “Open Folder”

Marian Luparu

⏱ Updated on March 06, 2017 with the latest functionality in Visual Studio 2017 RTW Welcome to Visual Studio 2017! Starting with this release, Visual Studio supports opening folders containing source code without the need to create any solutions or projects. This makes it a lot simpler to get started with Visual Studio, even if your project is not an MSBuild-based project. The new functionality, "Open Folder", also offers a more natural source file management as well as access to the powerful code understanding, editing, building and debugging capabilities that Visual Studio already provides for MSBuild project...

Oct 3, 2016
Post comments count 0
Post likes count 0

Visual Studio “15” Preview Compilers Feedback

Eric Battalio

There is a new Connect Form for reporting issues with Visual Studio “15” Preview compilers. If you are not using the Visual Studio IDE, you can report issues using this form. If you are using the IDE, we prefer you use the Report-a-Problem feedback system. Thank you.

Sep 27, 2016
Post comments count 0
Post likes count 0

C++ code analysis: tell us what you think!

Andrew Pardoe

We'd love to hear more about what you would like to see in C++ code analysis. We're running a short survey--just 20 questions--to help us understand how to make C++ code analysis and Visual C++ better. Please take a couple of minutes to fill out our C++ Code Analysis survey and let us know your thoughts. Survey link: https://www.surveymonkey.com/r/DX2CHKG Thank you! Andrew Pardoe

Sep 20, 2016
Post comments count 0
Post likes count 0

CppCon 2016: Latest and greatest for C++ Developers

Eric Battalio

Daniel Moth and Steve Carroll shared the Latest and greatest from the Visual Studio family for C++ developers on Monday. You can grab the slides here. If you are at the conference, swing by our booth today and tomorrow to ask questions, take our survey, and talk to team members.