- Object Lifetime in C++: From Start to Finish - Thamara Andrade - CppNorth 2023
- A Guide to Debugging C++ Code: Practical and Interactive Examples - Sebastian Theophil - C++ on Sea
- Lightning Talk: Emplacing
std::array
Is Impossible - Vittorio Romeo - ACCU 2023 - Typical C++: Guide to the C++ Type System - Björn Fahller - CppNorth 2023
- Lightning Talk: Writing a Lookup Table in C++ - Richard Smith - CppNow 2023
- Lightning Talk: How we Grade C++ Assignments - Hans de Nivelle - CppNow 2023
- Lightning Talk: ChatGPT - Facts and Fiction - Stefan Pabst - ACCU 2023
- Lightning Talk: FizzBuzz Covered - Kevlin Henney - ACCU 2023
- Lightning Talk: C++ Builds: Time to Slow Down - Damien Buhl - CppNow 2023
- A Guide to Managing External APIs in C++ Enterprise Systems - Peter Muldoon - CppNorth 2023
- Lightning Talk: The Guide to C++ Conferences for Swimmers - Sebastian Theophil - CppNow 2023
- Lightning Talk: Safe Arithmetic Speed-Run: Experimental C++ Library - Luke Valenty - CppNow 2023
- Metaprogramming: From Templates to Concepts in C++ - Alex Dathskovsky - CppNorth 2023
- Midnote: Why Cpp Loops End - Lisa Lippincott - C++ on Sea 2023
- Function Composition in Programming Languages - Conor Hoekstra - CppNorth 2023
- How the Environment Changes the Way We Write C++ Code - Daniel Withopf - CppNorth 2023
- Lightning Talks: Hard Things in Software Engineering - Lucian Radu Teodorescu - ACCU 2023
- The C++ rvalue Lifetime Disaster - Arno Schoedl - C++ on Sea 2023
- Keynote: I Can Write C++ Code. Getting Something Done Is Another Matter - Jessica Kerr - CppNorth23
- Lightning Talk: An Entry-Level Software Engineer Asks for 10 More Things From You – Katherine Rocha
- Lightning Talk: Searching with C++ - A Fulltext Index Search Algorithm - Hana Dusíková - CppNow 2023
- Lightning Talk: BDD - Cucumber, Specflow and Gherkin are not required! - Seb Rose - ACCU 2023
- Shared Libraries in Windows and Linux - Ofek Shilon - C++ on Sea 2023
- Lightning Talk: Your Favorite Undefined Behavior in C++ - JF Bastien - CppNow 2023
- [CppIndiaCon 2023] C++ Coroutines from Scratch by Andreas Fertig
- Efficient and Reliable Wrapping of C APIs Using Modern C++ - Vladimir Vishnevskii - C++ on Sea 2023
- Automatically Testing Hazel - My Game Engine
- Memory Allocation in C++: The Fight Between Elves and Orcs - Patrice Roy - CppNorth 2023
- Two Ways To Do Dynamic Dispatch
- Lightning Talk: Searching with C++ - A Fulltext Index Search Algorithm - Hana Dusíková - CppNow 2023
- Keynote: Optimizing for Change in C++ - Ben Deane - CppNorth 2023
- Lightning Talk: Logic Proof Theory as a 3D Puzzle Game - Joel Holmes - ACCU 2023
- Lightning Talk: Cpp Extension Methods Revisited - Phil Nash - ACCU 2023
- Lightning Talk: Powered by C++20 Meta-Programming (MP) - Kris Jusiak - CppNow 2023
- Lightning Talk: Static Reflection on the Budget in C++23 - Kris Jusiak - CppNow 2023
- Lightning Talk: The Cyrillic Alphabet - Dom Davis - ACCU 2023
- A Tale of Two Tuples - A Story of the C++ Revolution - Will Wray - CppNorth 2023
- Guide to Safety in C++ - Timur Doumler - CppNorth 2023
- The Calm Before the Storm: Using an AI-enabled Towed ROV to Survey Maui's Coral Reefs
- Value Oriented Programming Part V: Return of the Values - Tony Van Eerd - CppNorth 2023
- Polymorphism, Cohesion, and Coupling in C++ - Jody Hagins - C++ on Sea 2023
- Lightning Talk: Hilbert’s Hotel - the Untold Bits - Tobias Loew - CppNow 2023
- Iteration Revisited: A Safer Iteration Model for C++ - Tristan Brindle - CppNorth 2023
- Lightning Talk: Hilbert’s Hotel - the Untold Bits - Tobias Loew - CppNow 2023
- Lightning Talk: Into the Lambdaverse - Weird C++ Lambda Shenanigans - Timur Doumler - CppNow 2023
- Lightning Talk: operator for - C++ Generator Ranges Without Coroutine Overhead - Jonathan Müller
- Lightning Talk: Crouching Dragon, Hidden Friend: What is C++ idiom Hidden Friend? -Peter Bindels