Skip to content

Latest commit

 

History

History
33 lines (33 loc) · 4.92 KB

241027.md

File metadata and controls

33 lines (33 loc) · 4.92 KB
  1. Unlock the Power of Parallel Computing With SWAR (SIMD Within A Register) - Jamie Pond - C++ on Sea
  2. C++ Weekly - Ep 451 - Debunking bad_alloc Memory Errors (They're actually useful!)
  3. How do Time Travel Debuggers Work? - Design and Implementation of a Time Travel Debugger - Greg Law
  4. OLD VERSION: This is C++: Uncompromised Performance, Undefined Behavior, & Move Semantics - Jon Kalb
  5. Thread pool elements - Jens Weller - Lightning talks
  6. Mistakes to Avoid When Writing C++ Projects - Bret Brown - C++Now 2024
  7. Reusable C++ Code, Reusable C++ Data Structures - Sebastian Theophil - C++ on Sea 2024
  8. C++ Iteration Revisited 2024 - Tristan Brindle - C++ on Sea 2024
  9. Writing a Base Level Library for Safety Critical Code in C++ - Anthony Williams - ACCU 2024
  10. C++ Weekly - Ep 450 - C++ is a Functional Programming Language
  11. Generic Arity: Definition-Checked Variadics in Carbon - Geoffrey Romer - C++Now 2024
  12. Memory Model: Get your shared data under control - Jana Machutová - Meeting C++ 2023
  13. What Does It Take to Implement the C++ Standard Library? (C++Now Edition) Christopher Di Bella
  14. Design Patterns: The most common misconceptions - Klaus Iglberger - Meeting C++ 2023
  15. How to Keep C++ Binaries Small - Techniques for C++ Optimization - Sandor Dargo - OLD VERSION
  16. Advanced SIMD Algorithms in Pictures - Denis Yaroshevskiy - Meeting C++ 2023
  17. Unit Testing an Expression Template Library in C++20 - Braden Ganetsky - C++Now 2024
  18. C++ Common Knowledge - Dawid Zalewski - Meeting C++ 2023
  19. What Is a Range in C++? - Šimon Tóth - C++ on Sea 2024
  20. Fun with Flags - C++ Type-safe Bitwise Operations - Tobias Loew - C++Now 2024
  21. C++ Weekly - Ep 449 - More constexpr Math!
  22. Testability and C++ API Design - John Pavan, Lukas Zhao & Aram Chung - C++Now 2024
  23. Creating a Sender/Receiver HTTP Server for Asynchronous Operations in C++ - Dietmar Kühl - ACCU 2024
  24. What we've been (a)waiting for? - Hana Dusíková - Meeting C++ 2023
  25. C++ Object Lifetimes - Objects and Lifetimes in C++ Explained - Jonathan Müller - C++ on Sea 2024
  26. Being Friendly to Your Computer Hardware in Software Development - Ignas Bagdonas - C++ on Sea 2024
  27. Security in C++ - Hardening Techniques From the Trenches - Louis Dionne - C++Now 2024
  28. The Most Important API Design Guideline - No, It's Not That One - Jody Hagins - C++Now 2024
  29. Elevating Precision in C++ - A Journey Below the Surface of Floating-Point - Tom Tesch - C++ on Sea
  30. Concept Maps using C++23 Library Tech - Indirection to APIs for a Concept - Steve Downey - C++Now 24
  31. The C++ Lambdas
  32. Security in C++ - Hardening Techniques From the Trenches - Louis Dionne - C++Now 2024
  33. Herb Sutter on Safety and Security in C++