Posts by this author

Apr 23, 2025
Post comments count0
Post likes count0

Pure Virtual C++ 2025: Pre-Conference Videos

Pure Virtual C++ is our free, one-day, virtual conference for the whole C++ community. It is running on 30th April. The first half of our pre-conference videos is now available on YouTube. The videos are: We look forward to seeing you at Pure Virtual C++!

AnnouncementC++Pure Virtual C++
Apr 15, 2025
Post comments count0
Post likes count2

Pure Virtual C++ 2025: Full Schedule

Pure Virtual C++ is our free, one-day, virtual conference for the whole C++ community. This year, it is running on the 30th April. We're pleased to announce the schedule of live talks: You can find abstracts for all the talks and register for the conference with the button below. Keep an eye out for on-demand pre-con...

C++
Apr 7, 2025
Post comments count0
Post likes count3

Pure Virtual C++ 2025 Talks Announced

Pure Virtual C++ is our free, one-day, virtual conference for the whole C++ community. This year, it is running on the 30th April. We're pleased to announce four of our five live sessions for the day: You can find abstracts for all the talks and register for the conference with the button below.

AnnouncementPure Virtual C++
Mar 21, 2025
Post comments count0
Post likes count1

Sign Up for the free Pure Virtual C++ 2025 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 start at April 30th 14:00 UTC. Videos will be available to stream for free on YouTube after the ...

AnnouncementPure Virtual C++
Feb 24, 2025
Post comments count0
Post likes count5

std::generator: Standard Library Coroutine Support

is a C++23 feature that enables you to write concise, straightforward functions that generate sequences of values on-demand without manually managing state. It builds upon C++20’s coroutines, providing some standard library support for this powerful, but complex, language feature. As of Visual Studio 2022 version 17.13, we ship an implementation o...

C++General C++ SeriesCoroutine
Feb 11, 2025
Post comments count4
Post likes count2

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

We are happy to announce that Visual Studio 2022 version 17.13 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. Standard Library and...

C++Announcement
Nov 12, 2024
Post comments count5
Post likes count2

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

We are happy to announce that Visual Studio 2022 version 17.12 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. Standard Library and...

C++
Sep 12, 2024
Post comments count6
Post likes count3

Microsoft C++ Team at CppCon 2024

  As always our team will be at CppCon this year with a host of presentations. Many of us will also be present at our team’s booth in the main hall for the first four 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 ...

C++Announcement
Aug 13, 2024
Post comments count1
Post likes count7

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

We are happy to announce that Visual Studio 2022 version 17.11 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. Standard Library We...

AnnouncementC++
May 22, 2024
Post comments count9
Post likes count4

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

We are happy to announce that Visual Studio 2022 version 17.10 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. Standard Library and...

AnnouncementC++