Showing results for August 2024 - C++ Team Blog

Aug 22, 2024
2
3

Prevent Critical Bugs with MSVC Code Analysis

Mryam Girmay
Mryam Girmay

Imagine this: You’re deep into a complex C++ project, and everything seems to be running smoothly. But then, out of nowhere, a critical bug surfaces— one that requires a bit more foresight. We’ve all been there, right? This is where code analysis steps in as your silent guardian.  Code analysis is a great tool for catching those elusive bugs and...

C++
Aug 13, 2024
1
7

What’s New for C++ Developers in Visual Studio 2022 17.11

Sy Brand
Sy Brand

We are happy to announce that Visual Studio 2022 version 17.11 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 We...

AnnouncementC++
Aug 7, 2024
0
4

GitHub Copilot Extensions for C++ developers and beyond now available in VS Code

Sinem Akinci
Sinem Akinci

GitHub Copilot is now more extensible than ever for extension authors in VS Code. At the Microsoft Build conference, we announced that VS Code extensions can now leverage APIs for Copilot to build custom chat participants that users can interact with in the GitHub Copilot Chat view in VS Code. To learn more, please watch the Build session on the...

C++CMakeVisual Studio Code
Aug 1, 2024
0
0

What’s New in vcpkg (July 2024)

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2024.07.12 release, 2024-07-10 tool release, as well as changes to vcpkg documentation throughout July. This month’s release includes some minor changes to output, bug fixes, and documentation improvements. Some stats for this period:   v...

C++Vcpkg