- A Deep Dive Into C++ Object Lifetimes - Jonathan Müller - C++Now 2024
- Functional C++ - Gašper Ažman - C++Now 2024
- C++ Cache Friendly Data + Functional + Ranges = ❤️ - Björn Fahller - C++ on Sea 2024
- Implementing Ranges and Views in C++ - Roi Barkan - C++Now 2024
- Hylo - The Safe Systems and Generic-programming Language Built on Value Semantics - Dave Abrahams
- Understanding The constexpr 2-Step - Jason Turner - C++ on Sea 2024
- C++ Painkillers for C++ Developers - The Evolution of C++ Tooling - Anastasia Kazakova
- C++11 to C++23 in the C++ Memory Model - Alex Dathskovsky - C++Now 2024
- Dependency Injection in C++ - A Practical Guide - Peter Muldoon - C++Now 2024
- Bengt Gustafsson: Implicit conversion functions - standardizing a small feature
- C++ Weekly - Ep 444 - GCC's Implicit constexpr
- Reintroduction to Generic Programming for C++ Engineers - Nick DeMarco - C++Now 2024
- Data Oriented Design and Entity Component System Explained - Mathieu Ropert - ACCU 2024
- Never free memory yourself! Do this instead (in modern C++)
- Testing C++ Templates: Investigating Tests for C++ Templates using Adversarial Methods Peter Hrenka