Showing archive results for 2024

May 8, 2024
Post comments count0
Post likes count3

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
Post comments count2
Post likes count2

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
Apr 30, 2024
Post comments count0
Post likes count0

OpenMP improvements in Visual Studio C/C++ compiler: triangular loop collapse

Vadim Paretsky
Vadim Paretsky

Our previous blog post about OpenMP support in Visual Studio announced support for the loop feature in version 17.8.  In the meantime, we have continued working on improving the feature and, in Visual Studio 2022 17.10, we have added a new, more efficient algorithm for partitioning work of certain types of collapsed triangular loops supported b...

OpenMPC++Experimental
Apr 30, 2024
Post comments count0
Post likes count0

Pure Virtual C++ 2024 is Now Live!

Sy Brand
Sy Brand

Pure Virtual C++, our free one-day virtual conference for the whole C++ community, is now live! Check it out on YouTube: The sessions are:

AnnouncementPure Virtual C++
Apr 29, 2024
Post comments count0
Post likes count0

Pure Virtual C++ 2024 is Tomorrow

Sy Brand
Sy Brand

Pure Virtual C++ is our free one-day virtual conference for the whole C++ community. This year it will run on April 30th 15:00 UTC. Sign-up for free to get access to our five sessions on the day. The sessions are: We've added a host of new pre-conference content which you can check out in the meantime. In the last we...

AnnouncementPure Virtual C++
Apr 26, 2024
Post comments count2
Post likes count2

Usability Improvements in the Visual Studio Connection Manager

Sneha Ramachandran
Sneha Ramachandran

In Visual Studio 2022 17.10 Preview 2, we’ve introduced some UX updates and usability improvements to the Connection Manager. With these updates we provide a more seamless experience when connecting to remote systems and/or debugging failed connections. Please install the latest Preview to try it out. Read on to learn what the Connection Manager do...

C++
Apr 25, 2024
Post comments count0
Post likes count2

Visual Studio features for C++ Header Files and Modules

Mryam Girmay
Mryam Girmay

In the field of C++ programming, the management of header files and modules can often seem challenging. However, there are numerous tools and features available that can simplify this process, enhancing efficiency and reducing the likelihood of errors. Here’s a walkthrough for several tools that we provide for C++ headers and modules. Run Build In...

C++
Apr 22, 2024
Post comments count0
Post likes count0

Pure Virtual C++ Pre-Conference Videos – Linux Development, Modules, Containers and more!

Sy Brand
Sy Brand

  Pure Virtual C++ is our free one-day virtual conference for the whole C++ community. This year it will run on April 30th 15:00 UTC. Sign-up for free to get access to our five sessions on the day. Half of the pre-conference content for the conference is now available. We have videos on a host of topics: ...

AnnouncementPure Virtual C++
Apr 18, 2024
Post comments count0
Post likes count0

VS Code C++ Extension 1.19 Release: 3.6x faster Go To Symbol & 1.5x faster colorization

Alexandra Kemper
Alexandra Kemper

With our recent 1.19 release, performance was our biggest focus for the C++ Extension in Visual Studio Code. This included features like progressive population of IntelliSense results and faster symbol searching. With these enhancements, you can begin writing C++ code when opening a file quicker than ever before. Additionally, we also added support...

C++Visual Studio Codeperformance
Apr 15, 2024
Post comments count3
Post likes count5

Templates View for Build Insights in Visual Studio 

Lauren Prinn Hannah Chandley
Lauren,
Hannah

Introduction Introducing the new Templates View feature of Build Insights! Templates View now allows you to capture data about how templates in your codebase are contributing to your build time. This feature is available in Visual Studio 2022 17.10 and later.   Download Visual Studio 2022  Getting Started with Templates View  To use Build Ins...

C++Announcement