C++ Team Blog

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

Visual Studio 2015 and Graphics Tools for Windows 10

In Visual Studio 2012, we introduced Visual Studio Graphics Diagnostics for Direct3D. Since then, with every update and release of Visual Studio and every monthly preview release we have continued our commitment to improve and deliver great new features in these Direct3D graphics tools. I recently had the opportunity to demonstrate the ...
Comments are closed.0 0
C++

Visual C++ Tools for Windows 10 Technical Preview

Earlier this week we announced the availability of the first preview of the Visual Studio 2015 tools for building Windows 10 applications. C++ continues to be an important language for building Windows apps and in this blog post, we want to highlight some C++ specific functionality for Windows 10 app development. Windows universal apps You ...
Comments are closed.0 0
C++

Visual Studio 2015 – Share Your Thoughts

Are you using Visual Studio 2015 for cross-platform development? Take our survey!In CTP 6, we've added or updated the following: We would love to get your thoughts on these and other features for cross-platform / native development in Visual Studio 2015. The survey doesn't take too long and provides an opportunity to engage with ...
Comments are closed.0 0
C++

Going Native: Build Throughput, PCH Tool

The Visual C++ team is committed to improving your build throughput in VS2015, and we’re not just talking about shaving-off-a-few-seconds-chump-change. Check out our latest GoingNative video for a slew of tools to help you get those gains, and in particular, be sure to try out our Precompiled Header (PCH) Tool on VS Gallery and let us ...
Comments are closed.0 0
C++

Introducing the Universal CRT

In June of last year we published a pair of articles discussing the major changes that we had made to the Visual C++ C Runtime (CRT) for Visual Studio 2015. In "The Great C Runtime (CRT) Refactoring" we explained the major architectural changes that we had made to the CRT. In "C Runtime (CRT) Features, Fixes, and Breaking Changes in Visual ...
Comments are closed.0 1
C++