Showing results for C++ - C++ Team Blog

May 2, 2025
Post comments count1
Post likes count0

What’s New in vcpkg (April 2025)

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2025.04.09 registry release, 2025-03-22, 2025-04-01, and 2025-04-07 tool releases, as well as changes to vcpkg documentation throughout April. This release contains bug fixes, a new documentation article on offline usage of vcpkg, and other minor improvements. Arm64 Linux...

C++Vcpkg
May 1, 2025
Post comments count1
Post likes count1

There’s a Linux File Explorer built into Visual Studio!?!

Sinem Akinci
Sinem Akinci

The Remote File Explorer in Visual Studio provides developers with a convenient way to browse, view, and edit files on remote machines—directly from within the IDE. It's a powerful tool for managing remote environments without leaving your development workflow. Scott Hanselman published a new YouTube video to his channel, taking us on the journe...

C++
Apr 30, 2025
Post comments count0
Post likes count3

VS Code C++ Extension 1.25 Release: Explain C++ symbols using Copilot & Customize recursive include paths

Alexandra Kemper Sinem Akinci
Alexandra,
Sinem

The 1.25 release of the C++ extension in Visual Studio Code introduces a new way to understand your code faster with GitHub Copilot-powered symbol summaries, as well as new customization options for recursive #include path processing. With these enhancements, you gain AI-powered insights into unfamiliar or undocumented code and can optimize Intelli...

C++Visual Studio Codeperformance
Apr 29, 2025
Post comments count0
Post likes count0

Pure Virtual C++ 2025 is Tomorrow

Sy Brand
Sy Brand

Pure Virtual C++ is our free, one-day, virtual conference for the whole C++ community. It's running live tomorrow, 30th April, from 14:00 to 16:30 UTC. The talks are: We also have a host of pre-conference content available on YouTube. We look forward to seeing you there!

AnnouncementC++Pure Virtual C++
Apr 23, 2025
Post comments count0
Post likes count0

Pure Virtual C++ 2025: Pre-Conference Videos

Sy Brand
Sy Brand

Pure Virtual C++ is our free, one-day, virtual conference for the whole C++ community. It is running on 30th April. The first half of our pre-conference videos is now available on YouTube. The videos are: We look forward to seeing you at Pure Virtual C++!

AnnouncementC++Pure Virtual C++
Apr 15, 2025
Post comments count0
Post likes count3

Pure Virtual C++ 2025: Full Schedule

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 the schedule of live talks: You can find abstracts for all the talks and register for the conference with the button below. Keep an eye out for on-demand pre-con...

C++
Apr 8, 2025
Post comments count1
Post likes count1

What’s New in vcpkg (March 2025)

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2025.03.19 registry release, 2025-03-13 tool release, as well as changes to vcpkg documentation throughout March. This release includes two new commands for our continuous integration system PR reviews, minor bugfixes, a new documentation article on authenticating to NuGe...

VcpkgC++
Apr 3, 2025
Post comments count0
Post likes count0

Automatically generate any doc comment for C++ functions in Visual Studio

Sinem Akinci
Sinem Akinci

Have a difficult time documenting your C++ code? Spending too much time thinking of what a function and its parameters accomplish when generating documentation? Copilot is now integrated into C++ doc comments to automatically provide documentation suggestions based on the function’s contents in Visual Studio 2022 17.14 Preview 2. To learn...

C++Copilot
Mar 25, 2025
Post comments count2
Post likes count0

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
Post comments count0
Post likes count2

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