- Continuous Regression Testing for Safer and Faster Refactoring in C++ - Pejman Ghorbanzade - CppCon
- 6 impossible things - Kevlin Henney - Opening Keynote Meeting C++ 2023
- Effective Ranges: A Tutorial for Using C++2x Ranges - Jeff Garland - CppCon 2023
- Back to Basics: Functions in C++ - Mike Shah - CppCon 2023
- std::simd: How to Express Inherent Parallelism Efficiently Via Data-parallel Types - Matthias Kretz
- So you'd like to import a CSV File... - Jens Weller - Meeting C++ 2023
- C++ Modules: Getting Started Today - Andreas Weis - CppCon 2023
- Things Happening in SG14… - Patrice Roy - CppCon 2023
- Thinking Functionally in C++ - Brian Ruth - CppCon 2023
- A tour through the Meeting C++ community survey - Jens Weller - Meeting C++ 2023
- Lifetime Safety in C++: Past, Present and Future - Gabor Horvath - CppCon 2023
- A Long Journey of Changing std::sort Implementation at Scale - Danila Kutenin - CppCon 2023
- What can Class Template Policy Design do for your codebase?
- Finding Your Codebases C++ Roots - Katherine Rocha - CppCon 2023
- C++ Weekly - Ep 406 - Why Avoid Pointer Arithmetic?
- Back to Basics: Debugging in Cpp - Greg Law - CppCon 2023
- Dependency Injection Patterns: Efficiency and Usability - Vladimir Vishnevskii - Meeting C++ 2023
- Customization Methods: Connecting User and C++ Library Code - Inbal Levi - CppCon 2023
- C++ Horizons - Bryce Adelstein Lelbach - Meeting C++ 2023
- Better C++ ranges - Arno Schödl - Meeting C++ 2023
- Delivering Safe C++ - Bjarne Stroustrup - CppCon 2023
- Expressive Compile-time Parsers in C++ - Alon Wolf - CppCon 2023
- How to start a modern C++ project - Mikhail Svetkin - Meeting C++ 2023
- New in Visual Studio: CMake Debugger, Better Diagnostics, and Video Games - David Li & Mryam Girmay
- Artur Foxander: Ten actionable tips to fix almost all bugs
- How Visual Studio Code Helps You Develop More Efficiently in C++ - Alexandra Kemper and Sinem Akinci
- Variable Monitoring with Declarative Interfaces - Nikolaj Fogh - Meeting C++ 2023
- Why i think C++ is better than rust
- Performance matters - new tricks for old dogs - Matt Bentley - Meeting C++ 2023
- Use static in classes (when needed) in modern C++