Showing results for May 2025 - C++ Team Blog

May 13, 2025
Post comments count2
Post likes count1

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

Sy Brand
Sy Brand

Visual Studio 2022 version 17.14 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 and Compiler We’ve made a myriad...

AnnouncementC++
May 13, 2025
Post comments count0
Post likes count3

Introducing the /forceInterlockedFunctions switch for ARM64

Emily Bao
Emily Bao

In Visual Studio 2022 17.14, we are introducing the switch, which generates and links with out-of-line atomics that select Armv8.1+ Large System Extension (LSE) atomic instructions based on CPU support. This switch is on by default for Armv8.0 and off for Armv8.1+. Outlining is necessary in Armv8.0 because this version's interlocked intrinsics ...

C++AnnouncementBackend
May 6, 2025
Post comments count1
Post likes count3

C++ Language Updates in MSVC in Visual Studio 2022 17.14

Cameron DaCamara
Cameron DaCamara

Introduction In this update, we continue the tradition of bucketing bugs into helpful categories for you all to filter through along with even more notes from the compiler team as to what, exactly, was fixed. This blog is also complemented by the recent Pure Virtual C++ pre-conference talk by RanDair Porter; so please check out RanDair's talk, "MS...

C++AnnouncementFrontend
May 2, 2025
Post comments count1
Post likes count0

What’s New in vcpkg (April 2025)

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2025.04.09 registry release, 2025-03-22, 2025-04-01, and 2025-04-07 tool releases, as well as changes to vcpkg documentation throughout April. This release contains bug fixes, a new documentation article on offline usage of vcpkg, and other minor improvements. Arm64 Linux...

C++Vcpkg
May 1, 2025
Post comments count1
Post likes count1

There’s a Linux File Explorer built into Visual Studio!?!

Sinem Akinci
Sinem Akinci

The Remote File Explorer in Visual Studio provides developers with a convenient way to browse, view, and edit files on remote machines—directly from within the IDE. It's a powerful tool for managing remote environments without leaving your development workflow. Scott Hanselman published a new YouTube video to his channel, taking us on the journe...

C++