Showing category results for Announcement

May 13, 2022
Post comments count0
Post likes count0

Pure Virtual C++ 2022 Recordings Available

Sy Brand

Pure Virtual C++, a free one-day virtual conference for the whole C++ community, ran on 26th April 2022. All sessions are now available to watch online. Live sessions: Pre-conference sessions:  

AnnouncementC++Pure Virtual C++
May 10, 2022
Post comments count5
Post likes count0

MSVC’s STL Completes /std:c++20

Casey Carter

We are happy to announce that the final C++20 Standard Library features are now stabilized and available in mode in both Visual Studio 2022 version 17.2 and Visual Studio 2019 version 16.11.14. This notably includes several proposals approved as Defect Reports (DRs) by the C++ Standard Committee against the C++20 Standard Library that made extensi...

C++Announcement
Apr 26, 2022
Post comments count0
Post likes count0

Pure Virtual C++ 2022 is Today

Sy Brand

Pure Virtual C++ 2022 is today at 14:00 UTC! Join us on Learn TV for a free one-day virtual conference for the whole C++ community. You can find the schedule here.  

AnnouncementC++Pure Virtual C++
Apr 13, 2022
Post comments count0
Post likes count0

Pure Virtual C++ 2022 Schedule Available

Sy Brand

Pure Virtual C++ 2022 is a free, one-day virtual conference for the whole C++ community. The schedule is now available. You can find the full set of abstracts, alongside calendar files to download on the website. All times UTC on the 26th April. Yes, I know the times look a bit weird, it'll work out on the day! Lo...

C++AnnouncementPure Virtual C++
Apr 8, 2022
Post comments count1
Post likes count0

Sign Up for the Pure Virtual C++ 2022 Conference

Sy Brand

In the last couple of years we have run Pure Virtual C++, a free one-day virtual conference for the whole C++ community. This month we're doing it again! Sign-up for free on the website to be the first to hear about our program schedule, access our extra on-demand C++ demos, and get more virtual surprises. The live event will run April 26th ...

C++AnnouncementPure Virtual C++
Mar 1, 2022
Post comments count1
Post likes count0

Execution and Static Analysis Support for MSVC on Compiler Explorer

Sy Brand

Compiler Explorer is a popular resource for visualizing the assembly output of various compilers, trying out different compiler versions and flags, and testing many popular libraries. We're pleased to announce that, as of today, code execution and static analysis are now available for MSVC on Compiler Explorer. Execution on CE has been one of ou...

Announcement
Feb 1, 2022
Post comments count0
Post likes count0

GSL 4.0.0 is Available Now

Dmitry Kobets

GSL 4.0.0 has been released! Here is a summary of the changes.

C++AnnouncementGeneral C++ Series
Nov 18, 2021
Post comments count5
Post likes count1

What’s new for C++ cross-platform developers in Visual Studio 2022

Erika Sweet

Visual Studio 2022 is available now! Check out the video below to learn what’s new for C++ developers who are building for more than just Windows, or who are developing with an eye to open source. This video covers:  Contact us Have questions or comments about Visual Studio 2022? Want to share feedback with our tea...

C++AnnouncementCMake
Aug 24, 2021
Post comments count6
Post likes count0

New Compiler Warnings for Dynamic Initialization and User Defined Sections

Xiang Fan

We've added two new warnings to MSVC for misuses of binary sections reserved for the compiler. This short post will explain the issues which they warn against, and potential fixes for your code. The MSVC C++ compiler provides several ways to create sections and place data in them. The linker will convert them into the 'sections' in the PE (Porta...

C++Announcement