Showing results for 2016 - Page 3 of 9 - C++ Team Blog

Oct 5, 2016
Post comments count0
Post likes count0

Faster C++ build cycle in VS 2017 with /Debug:fastlink

Ankit Asthana
Ankit Asthana

Continuing with our goal of further improving developer productivity with Visual Studio 2017 there have been major investments made for also improving incremental developer builds. The developer incremental build is one where a developer changes a single or multiple source files and builds. The time spent in these builds is almost equal to the time...

Announcementperformancefaster
Oct 5, 2016
Post comments count0
Post likes count0

Faster C++ solution load with VS 2017

Ankit Asthana
Ankit Asthana

The Visual C++ product has had projects ever since its inception.  Visual C++ had its own IDE up through Visual Studio 6.  Starting in Visual Studio .NET, C++ moved to a new IDE shared by Visual Basic, C#, C++, and other tools.  This new IDE used COM everywhere and items in the Solution Explorer were based on IVsHierarchy.  Much of the existing pro...

Announcementperformancefaster
Oct 5, 2016
Post comments count0
Post likes count0

Visual Studio “15” Preview 5 Now Available

Eric Battalio
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 an...

Announcement
Oct 5, 2016
Post comments count0
Post likes count0

Visual C++ Compiler Version

Gabriel Dos Reis
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 ...

C++
Oct 5, 2016
Post comments count1
Post likes count0

CMake support in Visual Studio

Marian Luparu
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 o...

AnnouncementCMakeNew User
Oct 5, 2016
Post comments count0
Post likes count0

C++ IntelliSense Improvements – Predictive IntelliSense & Filtering

Augustin Popa
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 r...

Announcement
Oct 5, 2016
Post comments count0
Post likes count0

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

Andrew Pardoe
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: Tradition...

Announcement
Oct 5, 2016
Post comments count0
Post likes count0

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

Marian Luparu
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 no...

AnnouncementOpenFolderNew User
Oct 3, 2016
Post comments count0
Post likes count0

Visual Studio “15” Preview Compilers Feedback

Eric Battalio
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.

C++
Sep 27, 2016
Post comments count0
Post likes count0

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

Andrew Pardoe
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...

Survey