- Unlock the Power of Parallel Computing With SWAR (SIMD Within A Register) - Jamie Pond - C++ on Sea
- C++ Weekly - Ep 451 - Debunking bad_alloc Memory Errors (They're actually useful!)
- How do Time Travel Debuggers Work? - Design and Implementation of a Time Travel Debugger - Greg Law
- OLD VERSION: This is C++: Uncompromised Performance, Undefined Behavior, & Move Semantics - Jon Kalb
- Thread pool elements - Jens Weller - Lightning talks
- Mistakes to Avoid When Writing C++ Projects - Bret Brown - C++Now 2024
- Reusable C++ Code, Reusable C++ Data Structures - Sebastian Theophil - C++ on Sea 2024
- C++ Iteration Revisited 2024 - Tristan Brindle - C++ on Sea 2024
- Writing a Base Level Library for Safety Critical Code in C++ - Anthony Williams - ACCU 2024
- C++ Weekly - Ep 450 - C++ is a Functional Programming Language
- Generic Arity: Definition-Checked Variadics in Carbon - Geoffrey Romer - C++Now 2024
- Memory Model: Get your shared data under control - Jana Machutová - Meeting C++ 2023
- What Does It Take to Implement the C++ Standard Library? (C++Now Edition) Christopher Di Bella
- Design Patterns: The most common misconceptions - Klaus Iglberger - Meeting C++ 2023
- How to Keep C++ Binaries Small - Techniques for C++ Optimization - Sandor Dargo - OLD VERSION
- Advanced SIMD Algorithms in Pictures - Denis Yaroshevskiy - Meeting C++ 2023
- Unit Testing an Expression Template Library in C++20 - Braden Ganetsky - C++Now 2024
- C++ Common Knowledge - Dawid Zalewski - Meeting C++ 2023
- What Is a Range in C++? - Šimon Tóth - C++ on Sea 2024
- Fun with Flags - C++ Type-safe Bitwise Operations - Tobias Loew - C++Now 2024
- C++ Weekly - Ep 449 - More constexpr Math!
- Testability and C++ API Design - John Pavan, Lukas Zhao & Aram Chung - C++Now 2024
- Creating a Sender/Receiver HTTP Server for Asynchronous Operations in C++ - Dietmar Kühl - ACCU 2024
- What we've been (a)waiting for? - Hana Dusíková - Meeting C++ 2023
- C++ Object Lifetimes - Objects and Lifetimes in C++ Explained - Jonathan Müller - C++ on Sea 2024
- Being Friendly to Your Computer Hardware in Software Development - Ignas Bagdonas - C++ on Sea 2024
- Security in C++ - Hardening Techniques From the Trenches - Louis Dionne - C++Now 2024
- The Most Important API Design Guideline - No, It's Not That One - Jody Hagins - C++Now 2024
- Elevating Precision in C++ - A Journey Below the Surface of Floating-Point - Tom Tesch - C++ on Sea
- Concept Maps using C++23 Library Tech - Indirection to APIs for a Concept - Steve Downey - C++Now 24
- The C++ Lambdas
- Security in C++ - Hardening Techniques From the Trenches - Louis Dionne - C++Now 2024
- Herb Sutter on Safety and Security in C++