Showing results for April 2023 - C++ Team Blog

Apr 27, 2023
Post comments count0
Post likes count3

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
Post comments count2
Post likes count2

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
Post comments count0
Post likes count0

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 22, 2023
Post comments count2
Post likes count4

vcpkg 2023.04.15 Release: vcpkg ships in Visual Studio, Xbox triplets, GitHub Actions Cache Support, and More…

Augustin Popa
Augustin Popa

The 2023.04.15 release of the vcpkg package manager is available. This blog post summarizes changes from February 25th, 2023 to April 15th, 2023 for the Microsoft/vcpkg, Microsoft/vcpkg-tool, and Microsoft/vcpkg-docs GitHub repos. Some stats for this period:   Notable Changes vcpkg now included with Visual Studio ...

C++Vcpkg
Apr 13, 2023
Post comments count5
Post likes count1

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
Apr 13, 2023
Post comments count6
Post likes count11

C++23’s New Fold Algorithms

Sy Brand
Sy Brand

New fold algorithms in C++23, what they do, how to use them.

C++