Showing category results for Announcement

Jul 2, 2026
Post comments count0
Post likes count2

Pure Virtual C++ 2026 Talks Announced

Marian Luparu

The featured talks for Pure Virtual C++ 2026 are here! Join us on July 21 for a free, one-day virtual conference for the whole C++ community.

C++AnnouncementPure Virtual C++
Jun 25, 2026
Post comments count0
Post likes count0

Save the Date: Pure Virtual C++ 2026

Marian Luparu

Pure Virtual C++ is back for its 7th year! Join us on July 21 for a free, one-day virtual conference for the whole C++ community.

C++AnnouncementPure Virtual C++
Jun 12, 2026
Post comments count0
Post likes count1

GitHub Copilot modernization for C++ is out of preview

Michael Price

GitHub Copilot modernization for C++ is out of preview as of Visual Studio 2026, helping you upgrade your MSVC Build Tools with an AI-guided workflow.

AnnouncementC++Copilot
May 19, 2026
Post comments count6
Post likes count3

Introducing Sample Profile Guided Optimization in MSVC

David Gillies

Profile Guided Optimization (PGO) has long been one of the most powerful tools in the MSVC compiler's arsenal for improving the runtime performance of C and C++ applications. By using execution profile data collected from representative workloads, PGO enables the compiler to make smarter decisions about inlining, code layout, and hot/cold code sepa...

C++AnnouncementMSVC
May 19, 2026
Post comments count10
Post likes count3

NuGet PackageReference for C++ Projects in Visual Studio

Augustin Popa

Native C++ projects (.vcxproj) now support NuGet PackageReference, the same modern package management experience .NET developers have used for years. Available as an experimental feature in Visual Studio 2026 version 18.7.

C++AnnouncementVisual Studio
May 14, 2026
Post comments count2
Post likes count2

Segment Heap support for C++ projects in Visual Studio

MacGyver Codilla

Learn how Visual Studio enables Segment Heap by default for new C++ projects and how to adopt and verify it in existing builds.

C++AnnouncementVisual Studio
Jan 27, 2026
Post comments count0
Post likes count2

GitHub Copilot app modernization for C++ is now in Public Preview

Michael Price

With the launch of Visual Studio 2026, we announced a Private Preview of GitHub Copilot app modernization for C++, which reduces the cost of adopting the latest version of the MSVC Build Tools. We used the feedback we received from our many Private Preview participants to make improvements that benefit all our users. After receiving feedback, we ad...

C++AnnouncementCopilot
Nov 17, 2025
Post comments count1
Post likes count2

Introducing MSVC AddressSanitizer for ARM64 targets

Zachary Johnson

We are pleased to announce AddressSanitizer (ASan) support for the Microsoft C++ (MSVC) Build Tools for ARM64 targets. ASan is a runtime memory error detector that identifies difficult-to-find bugs with zero false positives and improves memory safety. More technical information on ASan can be found at aka.ms/asan.  ASan has long supported the x6...

C++AnnouncementAddressSanitizer