Showing category results for C++

Apr 22, 2026
Post comments count0
Post likes count1

Take the 2026 ISO C++ Developer Survey!

Image
Augustin Popa

The 2026 ISO C++ developer survey is now open: 2026 Annual C++ Developer Survey "Lite" : Standard C++ It takes about 10 minutes and directly informs the standardization committee and tooling vendors so the C++ ecosystem can continue evolving the right way. Please share your feedback and share with your colleagues!

C++
Apr 22, 2026
Post comments count0
Post likes count2

C++ Code Intelligence for GitHub Copilot CLI (Preview)

Image
Erika Sweet

We recently brought C++ code understanding tools to GitHub Copilot in Visual Studio and VS Code. These tools provide precise, semantic understanding of your C++ code to GitHub Copilot using the same IntelliSense engine that powers code navigation in the IDE. Until now, these capabilities have been tied to GitHub Copilot in Visual Studio and VS Code...

C++Copilot
Apr 9, 2026
Post comments count1
Post likes count3

C++23 Support in MSVC Build Tools 14.51

Image
Daniel Griffing

We’re pleased to provide an update on C++23 support in the Microsoft C++ (MSVC) Build Tools. This blog post will cover the feature additions in MSVC Build Tools version 14.51, including C++23 language features, libraries, and ISO C++ Core Working Group (CWG) and Library Working Group (LWG) Issue resolutions. We’ll also discuss the plans for complet...

MSVCC++
Mar 5, 2026
Post comments count0
Post likes count0

Visual Studio at GDC Festival of Gaming 2026

Image
David Li

Join us at GDC Festival of Gaming 2026 for a deep dive into Visual Studio, GitHub Copilot, PowerToys, and the Windows tools that speed up your daily dev workflow. We'll show how these tools work together to boost productivity and cut friction across your entire inner loop. Session Title: Windows Game Development with Visual Studio 2026 and G...

C++Game Development
Feb 19, 2026
Post comments count2
Post likes count1

C++ symbol context and CMake build configuration awareness for GitHub Copilot in VS Code

Image
Sinem Akinci

C++ code navigation and build system tooling play an important role in the developer inner-loop. Code navigation tooling provides a precise, semantic understanding of your codebase, while build system tooling helps you express build configurations and variants for reproducible builds. In the VS Code ecosystem, these powerful capabilities are availa...

C++CMakeVisual Studio Code
Feb 19, 2026
Post comments count11
Post likes count5

Microsoft C++ (MSVC) Build Tools v14.51 Preview Released: How to Opt In

Image
Augustin Popa

Today we are releasing the first preview of the Microsoft C++ (MSVC) Build Tools version 14.51. This update, shipping in the latest Visual Studio 2026 version 18.4 Insiders release, introduces many C++23 conformance changes, bug fixes, and runtime performance improvements. Check out the release notes for an in-progress list of what’s new. Conforman...

C++Visual Studio
Feb 6, 2026
Post comments count0
Post likes count2

What’s New in vcpkg (Nov 2025 – Jan 2026)

Image
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2025.12.12 and 2026.01.16 registry releases and the 2025-11-13, 2025-11-18, 2025-11-19, 2025-12-05, and 2025-12-16 tool releases. These updates include support for targeting the Xbox GDK October 2025 update, removing a misleading and outdated output message, and other min...

C++Vcpkg