Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 3.57 KB

231220.md

File metadata and controls

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