Showing category results for C++

Jul 17, 2026
Post comments count0
Post likes count1

Faster C++ iterative builds with GitHub Copilot

David Li

Slow builds are a consistent theme of feedback from C++ developers. We built GitHub Copilot build performance for Windows so you can leverage Copilot to optimize your project’s build times. This workflow will find optimizations that bring your build times down. At first, we only measured the impact of build optimizations on full clean builds. Wh...

C++DiagnosticsGame Development
Jul 14, 2026
Post comments count1
Post likes count0

Rethinking C++ Performance: Faster Code Navigation and GitHub Copilot Tools with Whole Codebase Indexing

Alexandra,
Henrique,
Sinem

In large C++ codebases, your code understanding and navigation depend on quickly determining how symbols, declarations, definitions, and references are connected across your project. In Visual Studio Insiders 18.9, the new whole codebase indexing (WCI) enhances the existing browse database via a deeper, more comprehensive indexing approach. This...

Visual StudioC++performance
Jul 13, 2026
Post comments count0
Post likes count0

Pure Virtual C++ 2026 [Meet the Speakers, Part 2]: The AI-Native C++ Developer Workflow

Marian Luparu

Pure Virtual C++ 2026 streams Tuesday, July 21, 2026 at 9:00 AM PT, a free, one-day virtual conference for the whole C++ community, live on YouTube (Microsoft Reactor) and Twitch, with on-demand recordings on the Visual Studio YouTube channel afterward. Register now → Welcome to part two of our Meet the Speakers series. In part one we looked...

AnnouncementC++Pure Virtual C++
Jul 9, 2026
Post comments count0
Post likes count0

What’s New in vcpkg (June 2026)

Augustin Popa

These June updates add a vcpkg-tool switch to skip installation when packages are already cached, OpenHarmony (OHOS) platform support, and major library updates including curl 8.21, CGAL 6.2, and Graphviz 15.

C++Vcpkg
Jul 2, 2026
Post comments count0
Post likes count3

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 23, 2026
Post comments count2
Post likes count1

Streamline C++ Code Intelligence Setup in Copilot CLI

Sinem Akinci

C++ developers can now bring IDE-style semantic intelligence into Copilot CLI with less setup. The C++ language server plugin supports richer code navigation, diagnostics, symbol understanding, and code changes by using the same build context your compiler does. That build context usually comes from a file, which tells the language server how e...

C++