Showing category results for C++

Aug 8, 2023
Post comments count3
Post likes count4

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

Sy Brand
Sy Brand

We are happy to announce that Visual Studio 2022 version 17.7 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. Core Editor Comparin...

C++
Jul 31, 2023
Post comments count1
Post likes count3

vcpkg 2023.06.20 and 2023.07.21 Releases: GitHub Dependency Graph Support, Android Tested Triplets, Xbox Triplet Improvements, and More…

Augustin Popa
Augustin Popa

The 2023.07.21 release of the vcpkg package manager is available. This blog post summarizes changes from April 16th, 2023 to July 21th, 2023 for the Microsoft/vcpkg, Microsoft/vcpkg-tool, and Microsoft/vcpkg-docs GitHub repos. Some stats for this period:   Notable Changes Notable changes for this release are summa...

C++Vcpkg
Jul 20, 2023
Post comments count0
Post likes count1

Partnering with The Coalition to Bring Unreal Engine Find All Blueprint References to Visual Studio 2022

David Li
David Li

Introduction We are thrilled to bring you the 3rd batch of exciting Unreal Engine integrations in Visual Studio 2022! Since our initial announcements, our team has been hard at work building additional integrations based on your invaluable feedback. Recently, we have been working closely with our partners at The Coalition. Their work on the po...

C++AnnouncementGame Development
Jul 13, 2023
Post comments count8
Post likes count10

Visualize Macro Expansion for C++

Mryam Girmay
Mryam Girmay

We are excited to announce the availability of Visualize Macro Expansion in Visual Studio 17.7 Preview. This feature lets you visualize the step-by-step expansion of macros. To begin utilizing this feature, ensure that you update to the latest version of Visual Studio Preview. Visualize Macro Expansion Visual Studio has introduced an enhanced...

C++Game Development
Jul 11, 2023
Post comments count29
Post likes count11

#include cleanup in Visual Studio

Mryam Girmay
Mryam Girmay

We are thrilled to announce the return of #include cleanup, a tool that helps you maintain clean code, now available in Visual Studio 17.8 Preview 1. To start using this feature, make sure to update to the latest version of Visual Studio Preview.  #include cleanup   Visual Studio now offers #include cleanup, a feature that improves the qu...

C++Game Development
Jun 29, 2023
Post comments count3
Post likes count5

AddressSanitizer continue_on_error

Jim Radigan
Jim Radigan

Visual Studio 17.6 comes with new functionality in the Address Sanitizer runtime which provides a new “checked build” for C and C++. This new runtime mode diagnoses and reports hidden memory safety errors, with zero false positives, as your app runs. Introduction C++ memory safety errors are a top concern for the industry. In Visual Studio 17.6, ...

C++Pure Virtual C++Writing Code
Jun 28, 2023
Post comments count0
Post likes count5

C++ Extension in VS Code 1.16 Release: Call Hierarchy & more

Alexandra Kemper
Alexandra Kemper

The 1.16 version of the C++ Extension in VS Code has now been shipped. With this version of the extension, we are releasing one of our most upvoted GitHub feature requests – Call Hierarchy. We also added new functionality when creating declarations and definitions that allows you to copy the declaration/definition and specify its placement in code,...

C++
Jun 26, 2023
Post comments count0
Post likes count0

Using Key Events with warning C26800

Dmitry Kobets
Dmitry Kobets

Here's how you can use Key Events to fix warning C26800

C++ExperimentalDocumentation
Jun 15, 2023
Post comments count0
Post likes count4

Build Insights Now Available in Visual Studio 2022

Nelson Daniel Troncoso
Nelson Daniel Troncoso

Introduction We're excited to announce that Build Insights is now integrated with Visual Studio 2022! Available in Visual Studio 2022 17.7 Preview 2, Build Insights provides critical information of your development environment. Using the analysis created by Build Insights, you will now have the power to effectively optimize your build times, espec...

C++AnnouncementNew Feature
Jun 14, 2023
Post comments count0
Post likes count3

Pure Virtual C++ Videos Available

Sy Brand
Sy Brand

All of the videos from our Pure Virtual C++ conference are now available! You can find them all on YouTube. Overall we had 18 videos on a wide variety of C++ topics, from Rust/C++ interoperability, to value semantics, to improving compiler errors. Here are the videos for our five live sessions which ran on the day of the conference: ...

C++Pure Virtual C++