Posts by this author

Apr 26, 2023
Post comments count2
Post likes count2

Documentation for C++20 Ranges

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

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
Post comments count6
Post likes count11

C++23’s New Fold Algorithms

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

C++
Feb 21, 2023
Post comments count14
Post likes count2

Visual Studio 2022 version 17.5 for C++ Developers

We are happy to announce that Visual Studio 2022 version 17.5 is now generally available! This post summarizes the new features you can find in this release for C++. See the Visual Studio 17.5 announcement to learn about all of the features in the release. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your exi...

C++Announcement
Nov 28, 2022
Post comments count4
Post likes count4

A Tour of 4 MSVC Backend Improvements

This blog post presents some of the optimizations the backend team has implemented for Visual Studio 2022.

C++performanceBackend
Nov 8, 2022
Post comments count0
Post likes count6

What’s New for C++ Developers in Visual Studio 2022 17.4

We are happy to announce that Visual Studio 2022 version 17.4 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your existing installation by following the Update Visual Studio Learn page. Arm64 In 17.3, Visua...

AnnouncementC++
Sep 12, 2022
Post comments count1
Post likes count2

Microsoft C++ Team at CppCon 2022

The Microsoft C++ team has an exciting lineup of sessions at CppCon 2022. Many of us will also be present at our team’s booth in the main hall for the first two days of the conference. Come say hi and let us know if you have any questions about our talks, products, or anything else! You can also join the #visual_studio channel on the CppCon Dis...

C++Announcement
May 13, 2022
Post comments count0
Post likes count0

Pure Virtual C++ 2022 Recordings Available

Pure Virtual C++, a free one-day virtual conference for the whole C++ community, ran on 26th April 2022. All sessions are now available to watch online. Live sessions: Pre-conference sessions:  

AnnouncementC++Pure Virtual C++