Showing results for 2023 - Page 8 of 8 - C++ Team Blog

Jan 24, 2023
Post comments count4
Post likes count1

C++ Brace Pair Colorization and More in Visual Studio

Mryam Girmay
Mryam Girmay

Visual Studio 17.5 brings you several new improvements in the C++ editing experience. Now we are excited to announce that C++ Brace Pair Colorization, Spell Checker, All-In-One Search, Reimagined Member List, and Macro Expansion Improvements are released in the Visual Studio Preview.   These features are also part of our focus on increasing game...

C++Game Development
Jan 23, 2023
Post comments count3
Post likes count1

Deploy and debug apps on remote targets

Marc Goodner
Marc Goodner

There are a number of ways that Visual Studio and Visual Studio Code enable you to interact with remote machines. Both can enable you to connect to a remote machine and use it as a build machine and debug your applications there. Sometimes though your target is not the same as your build machine. For example, for embedded Linux devices you will lik...

C++Containersembedded
Jan 18, 2023
Post comments count0
Post likes count0

vcpkg 2023.01.09 Release: Registry Pattern Matching, Documentation Changes, and More…

Augustin Popa
Augustin Popa

The 2023.01.09 release of the vcpkg package manager is available. This blog post summarizes changes from November 15th, 2022 to January 9th, 2023 for the Microsoft/vcpkg and Microsoft/vcpkg-tool GitHub repos. Some stats for this period:   Notable Changes Notable changes for this release are summarized below. ...

C++Vcpkg