Skip to content

Latest commit

 

History

History
37 lines (37 loc) · 4.58 KB

230312.md

File metadata and controls

37 lines (37 loc) · 4.58 KB
  1. Just Enough Assembly for Compiler Explorer - Anders Schau Knatten - Meeting C++ 2022
  2. Reviewing Beginners' C++ Code - Patrice Roy - CppCon 2022
  3. Fast C++ by using SIMD Types with Generic Lambdas and Filters - Andrew Drakeford - CppCon 2022
  4. "It's A Bug Hunt" - Armor Plate Your Unit Tests in Cpp - Dave Steffen - CppCon 2022
  5. New in Visual Studio Code! Clang-Tidy, makefile, CMake, GitHub, & More Marian Luparu, Sinem Akinci
  6. Observability Tools C++: Beyond GDB and printf - Tools to Understand the Behavior of Your Program
  7. Generating Parsers in C++ with Maphoon - Part 1 of 2 - Hans de Nivelle - CppCon 2022
  8. Back to Basics: Object-Oriented Programming in C++ - Amir Kirsh - CppCon 2022
  9. C++ vs Rust: Tuples
  10. A Peek at C++23
  11. Architecting Multithreaded Robotics Applications in C++ - Arian Ajdari - CppCon 2022
  12. Qt and C++20
  13. Foundation of GPU Programming - Filipe Mulonde - Meeting C++ 2022
  14. Personal Log - Where No Init Has Gone Before in C++ - Andrei Zissu - CppCon 2022
  15. Back to Basics: The C++ Core Guidelines - Rainer Grimm - CppCon 2022
  16. Using Modern C++ to Revive an Old Design - Jody Hagins - CppCon 2022
  17. The C++ Programming Language: Present and future - C++20: Reaching for the Aims of C++
  18. The C++ Programming Language: Present and future - Type-and-resource safety in modern C++
  19. Standard C++ toolset - Anastasia Kazakova - Meeting C++ 2022
  20. Reflection in C++ - Past, Present, and Hopeful Future - Andrei Alexandrescu - CppCon 2022
  21. Back to Basics - Name Lookup and Overload Resolution in C++ - Mateusz Pusz - CppCon 2022
  22. Cross-Building Strategies in the Age of C++ Package Managers - Luis Caro Campos - CppCon 2022
  23. C++ Weekly - Ep 365 - Modulo (%): More Complicated Than You Think
  24. Cute C++ Tricks, Part 2.5 of N - Code You Should Learn From & Never Write - Daisy Hollman - CppCon22
  25. Back to Basics: Declarations in C++ - Ben Saks - CppCon 2022
  26. Implementing Understandable World Class Hash Tables in C++ - Eduardo Madrid, Scott Bruce CppCon 2022
  27. Val: A Safe Language to Interoperate with C++ - Dimitri Racordon - CppCon 2022
  28. C++20’s [[likely]] Attribute - Optimizations, Pessimizations, and [[unlikely]] Consequences - CppCon
  29. Johan Berg: Deducing this, C++23's Explicit Object Parameter
  30. Combinatory Logic in C++
  31. A Tour of C++ Recognised User Type Categories - Nina Ranns - CppCon 2022
  32. How C++23 Changes the Way We Write Code - Timur Doumler - CppCon 2022
  33. C++ Algorithmic Complexity, Data Locality, Parallelism, Compiler Optimizations, & Some Concurrency
  34. Get maximum benefit from zero-cost abstractions | Tim McNamara | Conf42 Rustlang 2022
  35. Keeping Track of your deadlines in time critical systems - Matthias Killat - Meeting C++ 2022
  36. Structured Networking in C++ - Dietmar Kühl - CppCon 2022
  37. Binary Object Serialization with Data Structure Traversal & Reconstruction in Cpp - Chris Ryan