Showing results for May 2020 - C++ Team Blog

May 28, 2020
2
0

Profiling template metaprograms with C++ Build Insights

Kevin Cadieux
Kevin Cadieux

The use of templates in C++ programs can sometimes lead to longer builds. C++ Build Insights puts tools at your disposal for analyzing template usage patterns and their associated impact on build time. In this article, we show you how to use the vcperf analysis tool and the C++ Build Insights SDK to understand and fix problematic template patterns...

C++Diagnostics
May 18, 2020
0
0

Join us this week at Microsoft Build digital event

Marian Luparu
Marian Luparu

We are looking forward to this week's main event, Microsoft Build 2020. Build 2020 starts tomorrow Tuesday, May 19 and will run for 48 continuous hours as a digital-only event that is open to anyway around the world, at no cost. This is the first major tech conference to go full-digital with an experience designed from the ground-up for a virtual ...

C++
May 14, 2020
5
0

Visual Studio Code C++ extension: May 2020 update

Julia Reid
Julia Reid

The May 2020 update of the Visual Studio Code C++ extension is now available. This latest release offers brand new features—ARM and ARM64 IntelliSense modes and C++ language-specific code folding—along with a bunch of enhancements and bug fixes. To find out more about all the changes, check out our release notes on GitHub. ARM and ARM64 ...

C++New Feature
May 8, 2020
14
0

Faster builds with PCH suggestions from C++ Build Insights

Kevin Cadieux
Kevin Cadieux

The creation of a precompiled header (PCH) is a proven strategy for improving build times. A PCH eliminates the need to repeatedly parse a frequently included header by processing it only once at the beginning of a build. The selection of headers to precompile has traditionally been viewed as a guessing game, but not anymore! In this article, we ...

C++Diagnostics
May 6, 2020
0
0

Pure Virtual C++ Conference 2020 Videos and Survey Available

Sy Brand
Sy Brand

The videos of all Pure Virtual C++ 2020 sessions are now available on YouTube. If you attended the conference, we'd love to hear your feedback. Please fill in our survey so we know what to improve if we run another similar event in the future...

Announcement
May 1, 2020
6
0

Vcpkg 2020.04 Update and Product Roadmap

Augustin Popa
Augustin Popa

This is the April 2020 blog post on vcpkg, the cross-platform, open source C/C++ library manager. In this post, we will share some information on the 2020.04 release of vcpkg and discuss the vcpkg product roadmap, which we are publishing and will keep up to date over time. To try out vcpkg for yourself and save yourself some time acquiring your ...

C++Vcpkg