Mon Jun 05 2023 C++ Weekly With Jason Turner: C++ Weekly - Ep 379 - clang-tidy's "Easily Swappable Parameters" Warning - And How to Fix It!
Fri Jun 02 2023 The Cherno: Barji and Cherno Talk AI, Game Dev, Burnout, and Business // Cherno Podcast #3
Mon May 29 2023 C++ Weekly With Jason Turner: C++ Weekly - Ep 378 - Should You Ever std::move An std::array?
Mon May 22 2023 C++ Weekly With Jason Turner: C++ Weekly - Ep 377 - Looking Forward to C++26: What C++ Needs Next
Mon May 15 2023 C++ Weekly With Jason Turner: C++ Weekly - Ep 376 - Ultimate CMake C++ Starter Template (2023 Updates)
Tue May 02 2023 Code for yourself: Safely copying, moving, and destroying objects in Modern C++ with the rule of "all or nothing"
Wed Apr 19 2023 Andreas Fertig: C++ Insights - Episode 37: C++20's range-based for-loop with initializer
Thu Apr 06 2023 CppClubUK: 159. C++23, WG21 February mailing, networking, safety, profiles, contracts
Wed Mar 22 2023 SDCPPMU: San Diego C++ group meetup #48 3-21-2023 - C++ Incidental Explorations by Amir Kirsh
Sun Mar 19 2023 Cpp Usergroup Dresden: March Talk: Andreas Reischuck "std::function - a deep dive behind the curtain" (DE)
Fri Feb 24 2023 Jonathan Müller: struct Initializers and Compound Literals - Writing a C interpreter - Part 30
Wed Feb 15 2023 Andreas Fertig: C++ Insights - Episode 35: C++20's Coroutines: One thing you should watch out for
Sat Feb 11 2023 Code for yourself: Mastering C++ pointers: the pros and cons of (raw) pointers | pointer usage with const
Wed Jan 25 2023 CoreCppIL: Atomic Variables: Not radioactive, but you probably still don't want to touch them!
Wed Jan 25 2023 CppIndia: [CppIndia][TechTalk] Architectural Concurrency Pattern - Active Object by Selvakumar Jawahar
Mon Dec 26 2022 CppIndia: [CppIndia] Concise C++: Generic Programming without explicit templates by Ankur Satle
Sat Dec 03 2022 MUCplusplus: [MUC++] Jonas Greitemann - The C++ range adaptor pipe operator is associative (Lightning Talk)
Tue May 10 2022 Vorbrodt's C-Plus-Plus Channel: Visitor Pattern and Multiple-Dispatch Explained (in C++)
Wed Feb 16 2022 nodiagnosticrequired: NDR #14, January 2022: Ranges, constexpr, fmt, Qt Quick Compiler
Mon Jul 12 2021 Talking Async: Talking Async Ep1: Why C++20 is the Awesomest Language for Network Programming
Mon May 31 2021 osnacpp: Daniela Engert: Visibility, Reachability und Linkage - C++ Modules [German talk]
Wed Feb 12 2020 Avast Events System: Herb Sutter: Quantifying Accidental Complexity: An Empirical Look at Teaching and Using C++
Thu Jan 23 2020 Avast Events System: Wiem Zine: ZIO In real World & Jakub Janecek: Intro to Scala Server Toolkit
Sat Nov 30 2019 CppMonk: Kalman Filter in C++ (and Pybind11) [Part 3C, Understand & Code a Kalman Filter]
Mon Nov 25 2019 CppMonk: Python Wrappers for C++ with Pybind11 [Part 3B, Understand & Code a Kalman Filter]