The Wayback Machine - https://web.archive.org/web/20240918125621/https://devblogs.microsoft.com/cppblog/category/cplusplus/

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

Sep 12, 2024
2
2

Whatโ€™s New in Visual Studio Build Insights 17.12

Nelson Daniel Troncoso Eve Silfanus
Nelson,
Eve

We are excited to announce the latest Visual Studio 2022 17.12 Build Insights features. These updates provide developers with greater control and accuracy when diagnosing and optimizing C++ builds directly within Visual Studio. Download Visual Studio 2022 17.12 Preview We extend our thanks to the developer community, particularly our game ...

C++AnnouncementBuild Insights
Sep 12, 2024
0
1

Microsoft C++ Team at CppCon 2024

Sy Brand
Sy Brand

  As always our team will be at CppCon this year with a host of presentations. Many of us will also be present at our teamโ€™s booth in the main hall for the first four days of the conference. Come say hi and let us know if you have any questions about our talks, products, or anything else! You can also join the #visual_studio channel ...

C++Announcement
Sep 11, 2024
2
2

Fix C++ warnings and errors with Copilot: Introducing AI-Assisted Code Fixes in Visual Studio

Sinem Akinci
Sinem Akinci

Stuck on an unfamiliar build error? Want to resolve your code errors quickly? Copilot is now integrated into Visual Studio error workflows to assist you with understanding and resolving C++ errors and warnings. To access this new feature, you will need an active Copilot subscription and the latest 17.11 GA version of Visual Studio. How does it ...

C++Copilot
Sep 9, 2024
0
1

Askia, an Ipsos company, achieved faster, reproducible builds with vcpkg

Augustin Popa
Augustin Popa

vcpkg is a free and open-source C/C++ package manager maintained by Microsoft and the C++ community that runs on Windows, macOS, and Linux. Over the years we have heard from companies using vcpkg to manage dependencies at enterprise-scale. In this interview, I spoke to Dimitri Rochette, a lead developer at Askia, an Ipsos company, about vcpkgโ€™s ...

VcpkgC++
Sep 5, 2024
0
0

Whatโ€™s New in vcpkg (August 2024)

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2024.08.23 release, 2024-08-01 tool release, as well as changes to vcpkg documentation throughout August. This monthโ€™s release includes several notable changes as well as bug fixes and documentation improvements. The most notable changes were: Some ...

VcpkgC++
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 ...

C++
Aug 13, 2024
1
6

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 ...

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

Feedback