Showing results for March 2022 - C++ Team Blog

Mar 31, 2022
1
0

Enhancing Game Developer Productivity with Visual Studio 2022

David Li
David Li

In this blog, we will discuss how much faster you can get to code with speedier C++ IntelliSense ready and opening a file. Learn how search improved with faster with C++ Find All References and indexed Find in Files.

C++Game Development
Mar 17, 2022
8
1

C++ Modules in CMake with Visual Studio

Will Buik
Will Buik

We’ve seen a lot of excitement around C++ modules since we announced support in the Microsoft C++ compiler and Visual Studio. Ever since, the community has been asking us when CMake support was coming. I am happy to announce that Visual Studio 2022 17.2 Preview 2 has experimental support for C++ modules in CMake projects. One caveat for this early ...

C++
Mar 16, 2022
2
0

Visual Studio for remote macOS C++ development

Sinem Akinci
Sinem Akinci

The latest preview version of Visual Studio is now available to download. In this latest release, users wishing to develop cross platform C++ applications for macOS can now make use of Visual Studio’s Linux tools with CMake to target the Mac. There is some setup required on the Mac side to enable the support, but then the Mac is treated just as any...

C++CMake
Mar 10, 2022
4
3

Embedded Software Development in Visual Studio Code

Marc Goodner
Marc Goodner

In this post we will walk through the new Visual Studio Code Embedded Tools extension. We'll show how to acquire embedded tool dependencies with vcpkg then edit, build, deploy, and debug an Azure RTOS ThreadX project highlighting the new peripheral register and RTOS object views.

embeddedNew FeatureIoT
Mar 1, 2022
1
0

Execution and Static Analysis Support for MSVC on Compiler Explorer

Sy Brand
Sy Brand

Compiler Explorer is a popular resource for visualizing the assembly output of various compilers, trying out different compiler versions and flags, and testing many popular libraries. We're pleased to announce that, as of today, code execution and static analysis are now available for MSVC on Compiler Explorer. Execution on CE has been one of ou...

Announcement