Showing results for April 2023 - C++ Team Blog

Apr 27, 2023
0
3

What’s New for CMake Tools 1.14 in VS Code – Test Explorer

Sinem Akinci
Sinem Akinci

The team has been working hard to provide new highly requested capabilities for CMake users. Now, in version 1.14, we have provided a new Test Explorer for using CTest with your CMake projects. This release also features open-source community contributions from users. Thanks for your contributions! Test Explorer One of our most highly-upvoted tic...

C++Visual Studio Code
Apr 26, 2023
2
2

Documentation for C++20 Ranges

Sy Brand Tyler Whitney
Sy,
Tyler

C++20 introduced Ranges to the standard library: a new way of expressing composable transformations on collections of data. This feature adds a huge amount of expressive power and flexibility to C++. As with many concepts in C++, that power comes with new concepts to learn, and some complexity which can be difficult to navigate. One way of tamin...

C++AnnouncementDocumentation
Apr 24, 2023
0
0

Fill in the ISO C++ Developer Survey

Sy Brand
Sy Brand

The ISO C++ developer survey runs every year and is a great help to us in prioritizing work based on what the community cares about. It only takes about 10 minutes to complete and closes tomorrow, so please take the time to fill it out.  

C++Announcement
Apr 13, 2023
5
1

Even faster builds with Incredibuild 10 and Visual Studio 17.6 Preview 3

Michael Price
Michael Price

Note: This post was co-authored with Incredibuild's Director of Product Marketing, Yohai West. We are pleased to announce that Visual Studio version 17.6 Preview 3 includes Incredibuild's most advanced developer acceleration platform: Incredibuild 10. This release includes several notable, new features that empower teams to speed up the developm...

AnnouncementC++Game Development