Back to Basics: Concurrency - Arthur O'Dwyer - CppCon 2020
Back to Basics: Concurrency - Mike Shah - CppCon 2021
Back to Basics: C++ Concurrency - David Olsen - CppCon 2023
An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022
Back to Basics: The Structure of a Program - Bob Steagall - CppCon 2020
Back to basics c concurrency david olsen cppcon 2023
Back to Basics: Compiling and Linking - Ben Saks - CppCon 2021
Concurrency in C++20 and Beyond - Anthony Williams - CppCon 2019
Back to Basics: The Abstract Machine - Bob Steagall - CppCon 2020
Back to Basics: Exceptions - Klaus Iglberger - CppCon 2020
Back to Basics: RAII and the Rule of Zero - Arthur O'Dwyer - CppCon 2019
Back to Basics: Classic STL - Bob Steagall - CppCon 2021
CppCon 2014: Herb Sutter "Back to the Basics! Essentials of Modern C++ Style"
Back to Basics: Templates (part 1 of 2) - Bob Steagall - CppCon 2021
Introduction To Threads (pthreads) | C Programming Tutorial
An introduction to multithreading in C++20 - Anthony Williams - Meeting C++ 2022
Back to Basics: Templates in C++ - Nicolai Josuttis - CppCon 2022
Back to Basics: Designing Classes (part 1 of 2) - Klaus Iglberger - CppCon 2021
Back to Basics: The C++ Core Guidelines - Rainer Grimm - CppCon 2022
[CppIndiaCon 2023] Understanding common concurrency patterns with tricky examples by Ravikiran