Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 3.36 KB

221021.md

File metadata and controls

31 lines (30 loc) · 3.36 KB

Articles

  1. What happens when you press a key in your terminal?
  2. Pages that didn't make it into "How DNS Works"
  3. How Wine works 101
  4. Qt Creator 9 Beta released
  5. Ruslan Fomkin: Cassandra, accessing it and Astra DB from C++
  6. The number of comparisons needed to sort a shuffled array: qsort versus std::sort
  7. All Major C++17 Features You Should Know
  8. The Wonderfully Terrible World of C and C++ Encoding APIs (with Some Rust)
  9. The case of the memory corruption from a coroutine that already finished
  10. Mastering String Transformations in RAPIDS libcudf
  11. The Bridge Pattern
  12. The Adapter Pattern
  13. Porting Slate to Qt for WebAssembly
  14. Weekend update: Operator and parsing design notes,Sutter
  15. Prefer core-language features over library facilities
  16. Why is there a make_unique? Why not just overload the unique_ptr constructor?

Videos

  1. LT: Improve Compile Time With One Weird Trick Template Meta Programmers Hate! - Luke Valenty CppNow
  2. C++ Weekly - Ep 344 - decltype(auto): An Overview of How, Why and Where
  3. C++ Weekly - Ep 345 - No Networking in C++20 or C++23! Now What?
  4. C++ Weekly - Ep 346 - C++23's bind_back
  5. Compile-time Initialization & Build Library for Composing Modular Firmware - Luke Valenty CppNow 22
  6. How to make a 3D Level | C++ 3D Game Tutorial Series #35
  7. The Past, Present and Future of C++ Bjarne Stroustrup
  8. C++ in Constrained Environments - Bjarne Stroustrup - CppCon 2022
  9. All major C++17 features you should know - Meeting C++ weekly blogroll highlight
  10. C++20’s Coroutines for Beginners - Andreas Fertig - CppCon 2022
  11. Principia Mathematica - The Foundations of Arithmetic in C++ - Lisa Lippincott - CppCon 2022
  12. Comparison Operators: Breaking Change in C++20