Skip to content

Latest commit

 

History

History
31 lines (31 loc) · 4.49 KB

241116.md

File metadata and controls

31 lines (31 loc) · 4.49 KB
  1. This is C++: Uncompromised Performance, Undefined Behavior, & Move Semantics - Jon Kalb C++Now 2024
  2. C++ is a Metacompiler - Daniel Nikpayuk
  3. Keynote: Not Getting Lost in Translations in C++ Software Development - Daniela Engert - C++ on Sea
  4. Peering Forward - C++’s Next Decade - Herb Sutter - CppCon 2024
  5. Overengineering max(a, b) Mixed Comparison Functions, Common References & Rust Lifetime Annotations
  6. Comparison of C++ Performance Optimization Techniques for C++ Programmers - Eduardo Madrid 2024
  7. C++ Weekly - Ep 453 - Valgrind + GDB Together!
  8. C++ Weekly - Ep 454 - std::apply vs std::invoke (and how they work!)
  9. Closing Keynote: C++ Development Tools: Past, Present and Future - Marshall Clow - C++Now 2024
  10. Glean: C++ Code Indexing at Meta - Michael Park - C++Now 2024
  11. Fantastic C++ Bugs and How to Test Them - Robert Leahy - C++ on Sea 2024
  12. C++20 Modules - Review of the Current State of C++ Modules 2024 - Luis Caro Campos - C++ on Sea 2024
  13. Modernizing Finite State Machines in C++ - Empower Simplicity & Boost Performance With std::variant
  14. How and When To Write a C++ Template - Roth Michaels - C++ on Sea 2024
  15. The C++ Vector Challenge - Lisa Lippincott - C++Now 2024
  16. Back to Basics: Unit Testing in C++ - Dave Steffen - CppCon 2024
  17. Lightning Talk: Hilbert Hotel - The Grand Reopening - Tobias Loew - C++Now 2024
  18. C++26 Preview - The Smaller Features - Jeff Garland - CppCon 2024
  19. What Volatile Means (and Doesn’t Mean) in C++ Programming - Ben Saks - CppCon 2024
  20. Practical Production-Proven Constexpr API Elements - Marcus Boerger - C++ on Sea 2024
  21. C++ Reflection Based Libraries to Look Forward To - Saksham Sharma - CppCon 2024
  22. Lightning Talk: Debugging Like House - Software Differential Diagnosis - Michael Okyen - C++Now 2024
  23. Lightning Talk: Reflecting Types in C++17/20 - Patrick Roberts - CppNow 2024
  24. Practical Tips for Safer C++ - Tristan Brindle - C++ on Sea 2024
  25. Designing a Slimmer Vector of C++ Variants - Christopher Fretz - C++Now 2024
  26. Message Handling with Boolean Algebra - Ben Deane - CppCon 2024
  27. Class Layout - Miloš Anđelković - Meeting C++ 2023
  28. Optimizing Multithreading Performance - Shivam Kunwar - Meeting C++ 2023
  29. How Linux Elf Symbols Work and How They Are Used in C++ and C Programming - Anders Schau Knatten
  30. Minimal Logging Framework in C++20 - Koen Poppe - Meeting C++ 2023
  31. Data Storage in Entity Component Systems - Mathieu Ropert - Meeting C++ 2023