Pure Virtual C++ 2024 Sessions Announced
The session list for Pure Virtual C++ 2024 is live:
Pure Virtual C++ 2024 Sessions Announced
By Sy Brand
From the article:
- Automated Testing of Shader Code with Keith Stockdale
- Message Handling with Boolean Implication with Ben Deane
- I Embedded a Programming Language In Debug Information with Sy Brand
- Enhancing C++ development with Copilot Chat with Sinem Akinci
- Progress Report: Adopting Header Units in Microsoft Word with Zachary Henkel

A new episode of the series about SObjectizer and message passing:
I delivered a keynote, C++ and the Next 30 Years, at the 2024 CPP-Summit conference in Beijing, China. Experiencing the culture, the people, and the landscape was tremendous. In this post I’ll cover some of the points in my future-looking C++ talk and share my experience giving a talk for the first time in China.
In C++, shadowing occurs when a name in one scope hides an identical name in another scope, sparking debate over its merit. This article explores scenarios where shadowing can either protect code integrity or hinder its evolution, highlighting its dual nature and impact on code maintenance. Join Raymond as he unravels the complexities of shadowing in C++, revealing its intricate balance between benefit and drawback.
A new episode of the series about SObjectizer and message passing:
Last year saw a proliferation of talks and articles about safety in C++. Lucian Radu Teodorescu gives an overview of these and presents a unified perspective on safety.
A new episode of the series about SObjectizer and message passing: