Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 3.32 KB

241215.md

File metadata and controls

23 lines (23 loc) · 3.32 KB
  1. C++ Reflection Is Not Contemplation - Andrei Alexandrescu - CppCon 2024
  2. C++ Reflection: Back on Track - David Olsen
  3. Introduction to Wait-free Algorithms in C++ Programming - Daniel Anderson - CppCon 2024
  4. Back to Basics: Concepts in C++ - Nicolai Josuttis - CppCon 2024
  5. Lightning Talk: My Favourite UB - Part II Russell's Paradox in C++ - Cassio Neri - C++ on Sea 2024
  6. How To Implement the C++ Standard Library - (Part 1 of 2) - Christopher Di Bella - C++ on Sea 2024
  7. Reusable Code, Reusable Data Structures - Sebastian Theophil - CppCon 2024
  8. 10 Problems Large Companies Have Managing C++ Dependencies and How to Solve Them - Augustin Popa
  9. This is C++ - How to Use the C++ Superpower to Write Better C++ Code - Jon Kalb - C++ on Sea 2024
  10. C++ Weekly - Ep 457 - I Read C++ Magazines (So you don't have to!)
  11. C++ Weekly - Ep 458 - array of bool? No! constexpr std::bitset!
  12. C++ Exceptions for Smaller Firmware - Khalil Estell - CppCon 2024
  13. A Study of Plugin Architectures for Supporting Extensible Software - Mike Shah
  14. Leveraging C++20/23 Features for Low Level Interactions - Jeffrey Erickson - CppCon 2024
  15. C++ Memory Model: from C++11 to C++23 - Alex Dathskovsky
  16. So You Think You Can Hash - Victor Ciura - CppCon 2024
  17. How Designing Carbon C++ Interop Taught me About C++ Variadics & Bound Members - Chandler Carruth
  18. Common Package Specification (CPS) in Practice: Working Implementation in Conan C++ Package Manager
  19. Save Time, Space & a Little Sanity With std::function_ref - David Ledger
  20. Properties Of Unit Tests in C++ - Arne Mertz - C++ on Sea 2024
  21. C++ RVO: Return Value Optimization for Performance in Bloomberg C++ Codebases - Michelle Fae D'Souza
  22. C++ is a Metacompiler - Daniel Nikpayuk
  23. Testability and API Design - John Pavan, Aram Chunk, Lukas Zhao