Showing archive results for 2026

Jun 16, 2026
Post comments count0
Post likes count0

Boosting Adobe Photoshop’s Performance with MSVC and SPGO

Eric Brumer

Boosting Adobe Photoshop’s Performance with MSVC and SPGO Adobe and Microsoft worked together to improve Photoshop performance and responsiveness on Windows by combining MSVC’s peak-performance build settings with Sample-based Profile-Guided Optimization (SPGO). The collaboration focused on real customer scenarios where latency matters most, inclu...

C++
Jun 12, 2026
Post comments count0
Post likes count1

GitHub Copilot modernization for C++ is out of preview

Michael Price

GitHub Copilot modernization for C++ is out of preview as of Visual Studio 2026, helping you upgrade your MSVC Build Tools with an AI-guided workflow.

AnnouncementC++Copilot
Jun 4, 2026
Post comments count0
Post likes count0

What’s New in vcpkg (May 2026)

Augustin Popa

This release includes major library updates for Boost 1.91, Qt 6.11, and OpenCASCADE 8.0, along with 27 new ports and over 500 port updates.

VcpkgC++
May 27, 2026
Post comments count2
Post likes count1

What’s New for C++ Developers in Visual Studio 2026 (18.1 – 18.6)

Augustin Popa

Visual Studio 2026 versions 18.1 through 18.6 deliver a wave of improvements for C++ developers. For MSVC Build Tools, the v14.51 release is now generally available with runtime performance gains and improved C++23 conformance. We also introduced Sample Profile Guided Optimization to help you improve the runtime performance of your C/C++ programs. ...

Visual StudioC++Copilot
May 19, 2026
Post comments count6
Post likes count3

Introducing Sample Profile Guided Optimization in MSVC

David Gillies

Profile Guided Optimization (PGO) has long been one of the most powerful tools in the MSVC compiler's arsenal for improving the runtime performance of C and C++ applications. By using execution profile data collected from representative workloads, PGO enables the compiler to make smarter decisions about inlining, code layout, and hot/cold code sepa...

C++AnnouncementMSVC
May 19, 2026
Post comments count10
Post likes count3

NuGet PackageReference for C++ Projects in Visual Studio

Augustin Popa

Native C++ projects (.vcxproj) now support NuGet PackageReference, the same modern package management experience .NET developers have used for years. Available as an experimental feature in Visual Studio 2026 version 18.7.

C++AnnouncementVisual Studio
May 14, 2026
Post comments count2
Post likes count2

Segment Heap support for C++ projects in Visual Studio

MacGyver Codilla

Learn how Visual Studio enables Segment Heap by default for new C++ projects and how to adopt and verify it in existing builds.

C++AnnouncementVisual Studio