1:31:30
Plenary: Six Impossible Things - Kevlin Henney - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- "Why, sometimes I've believed as many as six impossible things ...
1:00:49
Real-time Programming with the C++ Standard Library - Timur Doumler - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- In applications such as video games and audio processing, ...
1:04:44
Your New Mental Model of constexpr - Jason Turner - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- In my experience as a trainer, YouTuber, and speaker, I find that ...
1:03:57
Branchless Programming in C++ - Fedor Pikus - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Have you ever written code like this: void f(bool b, long x, long& s) ...
1:29:35
Value in a Procedural World - Lisa Lippincott - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- This talk is the Software Design Track Keynote. What is a value?
1:02:10
Implementing static_vector: How Hard Could it Be? - David Stone - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- static_vector is a std::vector that allocates things on the stack ...
1:05:21
Back to Basics: Lambdas - Nicolai Josuttis - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Lambdas, introduced with C++11, are used everywhere in modern ...
1:02:15
Back To Basics: The Special Member Functions - Klaus Iglberger - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- The six special member functions. Do you know them all? Do you ...
1:00:04
C++11/14 at Scale: What Have We Learned? - Vittorio Romeo - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Many years have passed since the release of C++11 and C++14.
1:00:14
++namedtuple - Python-style Named Tuples in C++20 - Kris Jusiak - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- In this workshop, we will take a look into how Python-style named ...
1:01:12
Back to Basics: Templates (part 1 of 2) - Bob Steagall - CppCon 2021
Watch Part 2: https://youtu.be/FfI6Lov1O9M https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Generic programming ...
1:01:34
Breaking Dependencies: Type Erasure - A Design Analysis - Klaus Iglberger - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- This session is part of the Software Design Track. “If I could go ...
57:07
A (Short) Tour of C++ Modules - Daniela Engert - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Modules are probably the most impactful and most transformative ...
58:29
10 Tips for Cleaner C++ 20 Code - David Sackstein - CppCon 2022
https://cppcon.org/ --- 10 Tips for Cleaner C++ 20 Code - David Sackstein - CppCon 2022 ...
57:43
The Preprocessor: Everything You Need to Know and More! - Brian Ruth - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- As much as we try to make it go away, the preprocessor is still here ...
1:00:46
Lessons Learned from Packaging 10,000+ C++ Projects - Bret Brown & Daniel Ruoso - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- At Bloomberg, we maintain a system that coherently builds and ...
1:02:42
Deducing this Patterns - Ben Deane - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- How would our code change if a member function could deduce ...
1:03:58
Back to Basics: Move Semantics - Nicolai Josuttis - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Move semantics, introduced with C++11, has become a hallmark ...
58:52
C++20: An (Almost) Complete Overview - Marc Gregoire - CppCon 2020
https://cppcon.org/ https://github.com/CppCon/CppCon2020 --- The technical work on C++20 was finished in January 2020, and is ...
4:26
Lightning Talk: Upgrading The Compiler Isn't Free - Andre Kostur - CppCon 2021
https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Lightning Talk: Upgrading The Compiler Isn't Free --- Andre Kostur ...