Showing category results for C++

Nov 12, 2024
Post comments count5
Post likes count2

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

Sy Brand

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

C++
Nov 7, 2024
Post comments count0
Post likes count1

What’s New in vcpkg (October 2024)

Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2024.10.21 registry release, 2024-10-18 tool release, as well as changes to vcpkg documentation throughout October. This release adds support for Azure universal packages as a binary caching provider and other minor improvements. CppCon Talk on Managing C++ Dependencies ...

C++Vcpkg
Nov 1, 2024
Post comments count0
Post likes count1

Microsoft C++ Team at CppCon 2024: Trip Report

Augustin Popa

The Microsoft C++ team attended CppCon, the largest C++ conference in the world. This year, the conference was held in Aurora, Colorado from September 16-20. Microsoft Booth Our team managed a booth from Monday to Thursday of the week. This gave us an amazing opportunity to interact with the C++ community and discuss many topics of interest as we...

C++VcpkgVisual Studio Code
Nov 1, 2024
Post comments count3
Post likes count4

Analyzing the Performance of the “Proxy” Library

Mingxin Wang

This article analyzes the performance of the "Proxy" library in various scenarios, demonstrating its significant advantages in indirect invocations and lifetime management across different platforms.

C++Experimental
Oct 17, 2024
Post comments count3
Post likes count2

Enhanced Breakpoint Expressions for C++ Debugging in Visual Studio

Mryam Girmay

Conditional Breakpoints Performance Improvement Debugging C++ code can be a time-consuming process, especially when dealing with complex scenarios. As a developer, it's frustrating to go through extensive setup and wait for a specific conditional breakpoint to trigger so you can analyze your application in a specific state. In Visual Studio 2022 v...

C++
Oct 10, 2024
Post comments count0
Post likes count4

New Contextual Tools for GitHub Copilot in Visual Studio

Mryam Girmay

Visual Studio 2022 17.11 now allows you to pass your entire workspace or specific classes and functions as context for GitHub Copilot Chat. By referencing your entire codebase, down to specific classes and functions, Copilot Chat can deliver refined and accurate results tailored to your code. @workspace for project references  You can now use...

C++
Oct 9, 2024
Post comments count0
Post likes count0

What’s New in vcpkg (September 2024)

Augustin Popa

This blog post summarizes changes to the vcpkg package manager as part of the 2024.09.23 and 2024.09.30 releases, 2024-09-18 and 2024-09-30 tool releases, as well as changes to vcpkg documentation throughout September. This month’s release includes some minor changes and bug fixes, 18 new ports, and 319 updates to existing ports. When updating v...

C++Vcpkg
Oct 7, 2024
Post comments count0
Post likes count0

Configure GitHub Copilot Access via Content Exclusion

Alexandra Kemper

Have you ever wanted greater control over the sensitive content AI-powered tools can access in your repositories? You can now customize Copilot’s access to your files with the newly announced GitHub Copilot Content Exclusion in both Visual Studio and Visual Studio Code. Through this new process you can configure Copilot to ignore certain files in y...

CopilotVisual Studio CodeCopilot
Oct 2, 2024
Post comments count1
Post likes count0

Latest enhancements to Copilot workflows in Visual Studio: Move seamlessly from Copilot in Quick Info and more…

Sinem Akinci

There have been new integrations added to Copilot workflows in Visual Studio to make it even more seamless to navigate between in-editor activities and the Chat window that has context of global workspace, conversational history, and more to get the most out of Copilot, wherever you are. With the latest updates, you can streamline your workflow ...

CopilotC++Copilot
Sep 26, 2024
Post comments count0
Post likes count0

Tailored Code Completions for C++ Developers: Fine-tuned models are now in limited public beta for GitHub Copilot Enterprise

Erika Sweet

GitHub recently announced that custom models are available for GitHub Copilot Enterprise users in limited public beta. Custom models are fine-tuned on your organization’s proprietary codebases and coding practices to provide more contextually relevant and consistent inline suggestions. How It Works: Security and Privacy in Custom Models The data ...

CopilotC++Announcement