Posts by this author

May 10, 2023
0
0

Sign Up for the free Pure Virtual C++ 2023 Conference

Every year we run Pure Virtual C++: a free one-day virtual conference for the whole C++ community. Next month we’re doing it again! Sign-up for free to get access to our five live sessions and a host of pre-conference content. The live event will run June 6th 13:00-16:00 UTC. Videos will be available to stream for free on YouTube after the...

C++Pure Virtual C++
Apr 26, 2023
2
2

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 ...

C++AnnouncementDocumentation
Apr 24, 2023
0
0

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
Feb 21, 2023
14
2

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 ...

C++Announcement
Nov 28, 2022
4
4

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
0
6

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, ...

AnnouncementC++
Sep 12, 2022
1
2

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 ...

C++Announcement