Showing results for November 2021 - C++ Team Blog

Nov 19, 2021
3
2

C++ build throughput investigation and tune up

olgaark
olgaark

Building C++ code is a complex process, launching many build tools in parallel and often running for a long time. It is always desirable to make it faster, but also a challenge to understand what the most effective way would be to achieve this. We’d like to share some techniques we use to get a "bigger" picture of the build, as well as tools tha...

C++
Nov 18, 2021
5
0

What’s new for C++ cross-platform developers in Visual Studio 2022

Erika Sweet
Erika Sweet

Visual Studio 2022 is available now! Check out the video below to learn what’s new for C++ developers who are building for more than just Windows, or who are developing with an eye to open source. This video covers:  Contact us Have questions or comments about Visual Studio 2022? Want to share feedback with our tea...

C++AnnouncementCMake