Showing results for March 2025 - C++ Team Blog

Mar 25, 2025
2
0

VS Code C++ Extension Updates: 4x Faster Colorization & 3.5x Faster Project Startup

Alexandra Kemper
Alexandra Kemper

In the latest releases of the C++ Extension in Visual Studio Code, we have focused on performance improvements and stability. A fast, responsive, and reliable development environment is essential for maintaining productivity, especially in large and complex C++ projects. These updates include many incremental optimizations that collectively speed u...

C++Visual Studio Codeperformance
Mar 25, 2025
0
2

Boost Your CMake Development with Copilot Custom Instructions

Garrett Campbell
Garrett Campbell

Introduction Creating a new CMake project that uses unfamiliar libraries can be daunting and time-consuming. This blog post takes you along on my journey using Copilot to make this easier, and leveraging Custom Instructions to tailor Copilot responses. For a sneak peek, see the outcome of this journey in this repository. Background As C++ develo...

C++CMakeVcpkg
Mar 21, 2025
0
0

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 19, 2025
10
5

C++ Dynamic Debugging: Full Debuggability for Optimized Builds

David Li
David Li

Over the past 5 years, we’ve had many incredible opportunities to engage with game developers. From AAA studios to indie developers, the passion for slashing iteration times is significant. Amidst all the fantastic feedback we've received for Visual Studio, one sentiment has rung loud and clear: a desire to debug optimized C++ code without sacrific...

Game DevelopmentC++
Mar 18, 2025
0
4

Optimizing Build Times with Build Insights: How Activision Cut Call of Duty’s Build Time by 50%

Moyo Okeremi
Moyo Okeremi

Slow build times are a major headache for developers, especially in large, complex C++ codebases like game engines. Every minute spent waiting on a build is time that could be used to refine features, resolve issues, or push development forward. Activision faced this challenge with Call of Duty: Modern Warfare II, where prolonged build times were s...

Build InsightsC++Game Development
Mar 14, 2025
2
1

Visual Studio at GDC 2025

David Li
David Li

Join us in-person at Game Developers Conference 2025 with an in-depth look at how Visual Studio and GitHub Copilot can streamline your iteration workflow. Don’t miss the unveiling of our biggest C++ debugger update yet. Session Title: Accelerating Your Inner Loop with Visual Studio and GitHub Copilot Session Info: March 19th, 2025, 12:30 ...

Game Development
Mar 6, 2025
0
3

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