Showing results for Announcement - C++ Team Blog

Apr 7, 2025
Post comments count0
Post likes count2

Pure Virtual C++ 2025 Talks Announced

Sy Brand
Sy Brand

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 count0

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

Sy Brand
Sy Brand

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++
Mar 6, 2025
Post comments count0
Post likes count3

Announcing Guidelines Support Library v4.2.0

Carson Radtke
Carson Radtke

Version 4.2.0 of Microsoft's Guidelines Support Library brings performance improvements, safety features, modern compiler support.

C++Announcement
Feb 21, 2025
Post comments count0
Post likes count4

MSVC Address Sanitizer updates in Visual Studio 2022 version 17.13

Zachary Johnson
Zachary Johnson

We have been investing in the quality of MSVC Address Sanitizer (ASan) in several key areas over the past year, including working with LLVM upstream to stay coordinated with their changes, adding coverage for internal tools and libraries, and hardening APIs and runtime modes.ย  Upstreaming to LLVMย  MSVC ASan is derived from a fork of the LLVM repo...

AnnouncementC++
Feb 19, 2025
Post comments count0
Post likes count3

MSVC C++ Code Analysis: Updates in Visual Studio 2022 version 17.13

Carson Radtke
Carson Radtke

This post details the latest updates in Visual Studio 2022 version 17.13 for MSVC C++ Code Analysis. Driven by internal team insights and developer community feedback, these improvements significantly reduce false positives and strengthen production code security.

C++Announcement
Feb 11, 2025
Post comments count0
Post likes count3

C++ Language Updates in MSVC in Visual Studio 2022 17.13

Cameron DaCamara
Cameron DaCamara

Introduction For this update, we have changed things up a little bit. We now have more distinct buckets of fixes/implemented features. This is to help guide readers who care about specific features to more easily see how the compiler front-end team is making progress on the things you care about. 17.12 notes for reference. C++23 Features As p...

AnnouncementC++Frontend
Feb 11, 2025
Post comments count4
Post likes count2

Whatโ€™s New for C++ Developers in Visual Studio 2022 17.13

Sy Brand
Sy Brand

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
Dec 6, 2024
Post comments count0
Post likes count6

MSVC Compiler Language Updates in Visual Studio 2022 version 17.12

Cameron DaCamara
Cameron DaCamara

Introduction In alignment with the Visual Studio 2022 version 17.12 release, and based upon feedback received from the community, the MSVC compiler team would like to provide greater visibility into the C++ language-level fixes for customer-reported issues that made it into the release. This is similar to how the standard library team publishes re...

C++AnnouncementFrontend
Sep 26, 2024
Post comments count0
Post likes count0

Tailored Code Completions for C++ Developers: Fine-tuned models are now in limited public beta for GitHub Copilot Enterprise

Erika Sweet
Erika Sweet

GitHub recently announced that custom models are available for GitHub Copilot Enterprise users in limited public beta. Custom models are fine-tuned on your organizationโ€™s proprietary codebases and coding practices to provide more contextually relevant and consistent inline suggestions. How It Works: Security and Privacy in Custom Models The data ...

CopilotC++Announcement
Sep 12, 2024
Post comments count2
Post likes count2

Whatโ€™s New in Visual Studio Build Insights 17.12

Nelson Daniel Troncoso Eve Silfanus
Nelson,
Eve

We are excited to announce the latest Visual Studio 2022 17.12 Build Insights features. These updates provide developers with greater control and accuracy when diagnosing and optimizing C++ builds directly within Visual Studio. Download Visual Studio 2022 17.12 Preview We extend our thanks to the developer community, particularly our game stu...

C++AnnouncementBuild Insights