Posts by this author

Sep 14, 2026
Post comments count0
Post likes count0

C++ in the Age of AI: Visual Studio at CppCon 2026

At CppCon 2026, we shared how Visual Studio is evolving to help you work more effectively with large C++ codebases, improve build and runtime performance, adopt the latest language features, and incorporate AI into your existing workflows. This post is a companion reading guide for our session, C++ in the Age of AI: How Visual Studio Is Evolving, w...

C++CopilotCopilot
Sep 14, 2026
Post comments count0
Post likes count1

What’s New for C++ Developers in Visual Studio 2026 (18.7 – 18.10)

Over the past few months, we have continued shipping monthly Visual Studio 2026 releases, delivering improvements across all stages of the development cycle. In this blog post, we'll recap everything that changed from version 18.7 through 18.10 (released this month) that is relevant for C++ developers. This includes new tools for maintaining and na...

C++CopilotCopilot
Sep 14, 2026
Post comments count0
Post likes count0

Microsoft at CppCon 2026

Microsoft will be at CppCon 2026 in Aurora, Colorado, which is taking place from September 14 through 18. Join us for talks from Microsoft speakers and colleagues across the C++ community and visit the Microsoft booth Monday through Thursday to meet the team and discuss the tools, technologies, and challenges that matter to you. If you can't make i...

SurveyC++
Aug 11, 2026
Post comments count0
Post likes count0

What’s New in vcpkg (Jul 2026)

These updates include major SBOM improvements in vcpkg-tool, 302 updated ports including multiple major library upgrades, and other minor improvements and bug fixes.

C++Vcpkg
Jul 20, 2026
Post comments count0
Post likes count2

C++ Dependencies Without the Headache: vcpkg + Copilot CLI

At Pure Virtual C++ 2026, we build a C++ console app from an empty folder using CMake, MSVC, and GitHub Copilot CLI. This walkthrough shows a practical prompt sequence for dependency selection, reproducible builds, and controlled updates.

C++VcpkgCMake
Jul 9, 2026
Post comments count0
Post likes count0

What’s New in vcpkg (June 2026)

These June updates add a vcpkg-tool switch to skip installation when packages are already cached, OpenHarmony (OHOS) platform support, and major library updates including curl 8.21, CGAL 6.2, and Graphviz 15.

C++Vcpkg
Jun 4, 2026
Post comments count0
Post likes count0

What’s New in vcpkg (May 2026)

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)

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 count10
Post likes count4

NuGet PackageReference for C++ Projects in Visual Studio

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 7, 2026
Post comments count0
Post likes count0

What’s New in vcpkg (Apr 2026)

These updates include improved locking for parallel builds, cross-platform PE dependency analysis, manifest support for the depend-info command, and other improvements and bug fixes.

C++Vcpkg