- C++ Reflection Is Not Contemplation - Andrei Alexandrescu - CppCon 2024
- C++ Reflection: Back on Track - David Olsen
- Introduction to Wait-free Algorithms in C++ Programming - Daniel Anderson - CppCon 2024
- Back to Basics: Concepts in C++ - Nicolai Josuttis - CppCon 2024
- Lightning Talk: My Favourite UB - Part II Russell's Paradox in C++ - Cassio Neri - C++ on Sea 2024
- How To Implement the C++ Standard Library - (Part 1 of 2) - Christopher Di Bella - C++ on Sea 2024
- Reusable Code, Reusable Data Structures - Sebastian Theophil - CppCon 2024
- 10 Problems Large Companies Have Managing C++ Dependencies and How to Solve Them - Augustin Popa
- This is C++ - How to Use the C++ Superpower to Write Better C++ Code - Jon Kalb - C++ on Sea 2024
- C++ Weekly - Ep 457 - I Read C++ Magazines (So you don't have to!)
- C++ Weekly - Ep 458 - array of bool? No! constexpr std::bitset!
- C++ Exceptions for Smaller Firmware - Khalil Estell - CppCon 2024
- A Study of Plugin Architectures for Supporting Extensible Software - Mike Shah
- Leveraging C++20/23 Features for Low Level Interactions - Jeffrey Erickson - CppCon 2024
- C++ Memory Model: from C++11 to C++23 - Alex Dathskovsky
- So You Think You Can Hash - Victor Ciura - CppCon 2024
- How Designing Carbon C++ Interop Taught me About C++ Variadics & Bound Members - Chandler Carruth
- Common Package Specification (CPS) in Practice: Working Implementation in Conan C++ Package Manager
- Save Time, Space & a Little Sanity With std::function_ref - David Ledger
- Properties Of Unit Tests in C++ - Arne Mertz - C++ on Sea 2024
- C++ RVO: Return Value Optimization for Performance in Bloomberg C++ Codebases - Michelle Fae D'Souza
- C++ is a Metacompiler - Daniel Nikpayuk
- Testability and API Design - John Pavan, Aram Chunk, Lukas Zhao