What's New for C++ in VS Code: CMake Improvements and GitHub Copilot Agents - Alexandra Kemper
Crafting the Code You Don’t Write: Sculpting Software in an AI World - Daisy Hollman - CppCon 2025
The Declarative Programming SECRETS to More Readable C++ - Richard Powell
Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew Drakeford
Back to Basics: How to Refactor C++ Code - Amir Kirsh
Building Secure C++ Applications: A Practical End-to-End Approach - CppCon 2025
Implementing Your Own C++ Atomics - Ben Saks - CppCon 2025
The Dangers of C++: How to Mitigate Them and Write Safe C++ - Assaf Tzur-El
Is Your C++ Code Leaking Memory? Discover the Power of Ownership-Aware Profiling
Optimize Automatic Differentiation Performance in C++ - Steve Bronder - CppCon 2025
Cutting C++ Exception Time by +90%? - Khalil Estell - CppCon 2025
Back to Basics: Master C++ Friendship - Mateusz Pusz - CppCon 2025
How To Build Robust C++ Inter-Process Queues - Jody Hagins - CppCon 2025
The Hidden Power of C++23 std::stacktrace for Faster Debugging & Exception Handling - Erez Strauss
The Joy of C++26 Contracts - Myths, Misconceptions & Defensive Programming - Herb Sutter
Unsatisfied with the C++ Standard Library? Join The Beman Project! - River Wu
Could C++ Developers Handle an ABI Break Today? - Luis Caro Campos - CppCon 2025
Implement the C++ Standard Library: Design, Optimisations, Testing while Implementing Libc++