Showing results for May 2024 - C++ Team Blog

May 31, 2024
1
4

What’s New in vcpkg (May 2024): Dedicated Pages for Each Package on vcpkg.io

Augustin Popa
Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2024.05.24 release as well as changes to vcpkg documentation throughout May. This month’s update also includes individual pages for each package on the vcpkg website as well as several new documentation articles. Some stats for this period: The...

C++Vcpkg
May 30, 2024
1
3

C++ Refactoring tools in Visual Studio

Mryam Girmay
Mryam Girmay

Code refactoring is the process of restructuring existing code, while its outward functionality remains unchanged. By refactoring, you can simplify complex code structures, reduce code redundancy, and enhance code reusability. Visual Studio offers many tools to help refactor your C++ code. This article will delve into these tools, using the bullet3...

C++
May 28, 2024
0
0

Visual Studio Code CMake Tools Extension 1.18 Update: Quick Start with CMake and more…

Sinem Akinci
Sinem Akinci

The May release of CMake Tools in VS Code is now available. With this release, we have some new updates to the extension to improve CMake integrations with the extension's support. Some major highlights include improvements to the CMake: Quick Start command and support for CMake presets v7 and v8. To view the full list of updates with this re...

C++CMakeVisual Studio Code
May 22, 2024
9
4

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

Sy Brand
Sy Brand

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

AnnouncementC++
May 16, 2024
0
0

C++ at VS Code Day 2024

Alexandra Kemper
Alexandra Kemper

Looking to get caught up on new C++ features released in the last year? Check out the new YouTube video What’s New with C++ in VS Code posted for VS Code Day 2024. VS Code Day is an annual event hosted by the VS Code team which lets you elevate your development workflow with the latest and greatest features from Visual Studio Code. Sessions ranged ...

C++Visual Studio Code
May 13, 2024
0
2

Use AI-Powered Rename Suggestions to rename your C++ variables in Visual Studio

Sinem Akinci
Sinem Akinci

We are very excited to announce C++ support for AI-Powered Rename Suggestions from GitHub Copilot in Visual Studio 2022. Seamlessly integrated into your familiar Rename workflow in the IDE, AI-powered rename suggestions dynamically generate name suggestions for any C++ identifier. It will generate proposed names based on its usage and your code's s...

C++Copilot
May 13, 2024
0
1

Pure Virtual C++ 2024 Recordings Now Available

Sy Brand
Sy Brand

All recordings for our Pure Virtual C++ 2024 conference are now available. Thanks to everyone who came along and hope to see you again next year! You can find the full playlist on YouTube. Main Sessions Automated Test of Shader Code - Keith Stockdale Message Handling with Boolean Implication - Ben Deane I Embedded a Programming Language in ...

Pure Virtual C++C++Announcement
May 9, 2024
0
2

Building your C++ Code with CMake in VS Code

Alexandra Kemper
Alexandra Kemper

Build systems can help you manage your C++ project as it grows in scope and complexity, whether you are adding new features, dependencies, or cross-platform support. A popular choice in the C++ community is CMake which supports cross-platform development, streamlines build processes and configurations, and has many levels of customization. It also ...

C++CMakeVisual Studio Code
May 8, 2024
0
3

What’s New in vcpkg (April 2024)

Augustin Popa
Augustin Popa

What’s New in vcpkg (April 2024) This blog post summarizes changes to the vcpkg package manager as part of the 2024.04.26 release as well as changes to vcpkg documentation throughout April. This month’s vcpkg release includes improvements for visually generated dependency graphs, a new triplet variable for tweaking what files are considered by t...

Vcpkg
May 3, 2024
2
2

New Checks Since Visual Studio 2022 17.8

Gabor Horvath
Gabor Horvath

The C++ team is committed to making your C++ coding experience as safe as possible. In the last couple of releases, we added new safety checks based on the requests of internal customers like the Windows group. Below is the overview of the new checks. For additional information for each of the checks, please refer to the linked help documents. C63...

C++New FeatureDiagnostics