C++ Team Blog

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

Solution Dependency Viewer extension

Hello, In my previous blog, I introduced PDBProject Extension VS2103 as an alternative way to leverage the IDE features.  In this post, I would like to introduce Solution Dependency Viewer Extension as an easy to understand overview of your solution.  This extension parses each C++, C#, and VB projects in the solution and presents a ...
Comments are closed.0 0
C++

Survey Says…

Survey, survey, survey!We really want you to fill out our new survey. It is short and focuses on your C++ development experience including Android and iOS. Why? Cross platform mobile device development is important:With bring-your-own-device trends in the enterprise, and heterogeneity in the consumer mobile device market, developers are ...
Comments are closed.0 0
C++

Survey Says…

Survey, survey, survey!We really want you to fill out our new survey. It is short and focuses on your C++ development experience including Android and iOS. Why? Cross platform mobile device development is important:With bring-your-own-device trends in the enterprise, and heterogeneity in the consumer mobile device market, developers are ...
Comments are closed.0 0
C++

Visual Studio Graphics Frame Analysis in action!

As mentioned in this blog post a few weeks ago, one of the features we're adding in Visual Studio 2013 Update 2 (Download Update 2 RC) is Graphics Frame Analysis. This feature can be useful to help identify performance bottlenecks in your DirectX applications. How to use it? To start, launch your DirectX app with Graphics Diagnostics through...
Comments are closed.0 0
C++