Showing results for November 2023 - C++ Team Blog

Nov 28, 2023
2
0

What’s New in the vcpkg 2023.11.20 Release

Augustin Popa
Augustin Popa

The 2023.11.20 release of the vcpkg package manager is available. This blog post summarizes changes from October 19th, 2023 to November 19th, 2023 for the Microsoft/vcpkg, Microsoft/vcpkg-tool, and Microsoft/vcpkg-docs GitHub repos. Some stats for this period:   Key changes This vcpkg update includes some bugfixes...

C++Vcpkg
Nov 17, 2023
0
2

Functions View for Build Insights in Visual Studio 2022 17.8

Eve Silfanus
Eve Silfanus

Introduction We are excited to unveil a new feature in Build Insights for Visual Studio: Functions View! This feature is available in Visual Studio 2022 version 17.8. Functions View offers essential insights into functions and forceinlines within your codebases. Download Visual Studio 2022 17.8 We extend our sincere thanks thanks to the deve...

C++
Nov 16, 2023
0
0

Debug vcpkg portfiles in CMake script mode with Visual Studio Code

Ben McMorran
Ben McMorran

We recently announced support for debugging the CMake language using the VS Code CMake Tools extension. Now in version 1.16 of the extension, you can fine-tune the debugger configuration using a launch.json file. This enables debugging in CMake script mode in addition to the existing debugging of CMake project generation.  CMake script mode is a...

C++CMakeVcpkg
Nov 15, 2023
0
1

Visual Studio Code CMake Tools Extension 1.16 Update: New CMake Tools Sidebar and CMake Debugging options

Sinem Akinci
Sinem Akinci

The November release of the CMake Tools extension in VS Code is now available. With this release, we have two major new updates to the extension:  The full list of updates can be seen in our change log. This release features 10 contributions from the open-source community. Thank you all for your continued support!  Release Schedule Up...

C++CMakeVisual Studio Code
Nov 14, 2023
2
3

Unreal Engine and C++ Game Development Made Easy with Visual Studio 2022

David Li
David Li

Introduction Creating amazing games just got easier. We are very happy to announce the latest Unreal Engine integrations and powerful C++ productivity features in Visual Studio 2022. Our team has been tirelessly working to incorporate your feedback and bring even more features that will enhance your game development experience whether you work...

Game DevelopmentC++Announcement
Nov 14, 2023
15
3

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

Sy Brand
Sy Brand

We are happy to announce that Visual Studio 2022 version 17.8 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 The...

C++Announcement
Nov 3, 2023
0
1

vcpkg 2023.10.19 Release: Export for Manifests, Documentation Improvements, and More…

Augustin Popa
Augustin Popa

The 2023.10.19 release of the vcpkg package manager is available. This blog post summarizes changes from August 10th, 2023 to October 19th, 2023 for the Microsoft/vcpkg, Microsoft/vcpkg-tool, and Microsoft/vcpkg-docs GitHub repos. Some stats for this period:   Key changes Notable changes for this release are summa...

C++Vcpkg
Nov 2, 2023
0
0

Microsoft Visual C++ at CppCon 2023 Trip Report

Sinem Akinci
Sinem Akinci

The Visual C++ team attended CppCon 2023, the largest in-person C++ conference, in Aurora, Colorado from October 2-6th. There were over 700 attendees from the C++ community, and we really enjoyed getting a chance to meet all of you and talk about your unique backgrounds and C++ experiences. Some of our team member’s talks are now available to wa...

Trip Report