Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 3.13 KB

220829.md

File metadata and controls

30 lines (28 loc) · 3.13 KB

Articles

  1. Easy management of C++ libraries with vcpkg and CMake for Visual Studio 2022
  2. Exploring Shaders with Compiler Explorer
  3. About conditional breakpoints
  4. Using the C++23 std::expected type
  5. proxy: Runtime Polymorphism Made Easier Than Ever
  6. The simplest example of coroutines in C++20
  7. C++20 Ranges — Complete Guide
  8. Rvalue Ranges and Views in C++20
  9. Comparing Rust's and C++'s Concurrency Library
  10. The memory subsystem from the viewpoint of software: how memory subsystem affects software performance 1/3
  11. Unclear handling for using enum with local enums in function templates
  12. bool - the simplest type?
  13. C++ Coroutines: Understanding the Compiler Transform
  14. Implementing Qt Signals and Slots in Pure C++
  15. 20+ Ways to Init a String, Looking for Sanity

Videos

  1. Universal/Forwarding References - A Key to More Modern C++ - Nicolai Josuttis - C++ on Sea 2022
  2. Value Oriented Programming. Part 1: You Say You Want To Write A Function - Tony Van Eerd CppNorth 22
  3. C++ Weekly - Ep 337 - C23 Features That Affect C++ Programmers
  4. An Introduction to Multithreading in C++20 - Anthony Williams - C++ on Sea 2022
  5. C++ Standard Parallelism - Bryce Adelstein Lelbach - C++ on Sea 2022
  6. C++ Insights - Episode 29: Using constructors from a base class in a derived class
  7. San Diego 41 C++ group meetup #41
  8. The Power Of Compile-Time Resources - Jason Turner - CppNorth 2022
  9. 5 Approaches to Remote C++ Development With CLion
  10. A Practical Guide to Loose Coupling - Kris Jusiak - C++ on Sea 2022
  11. Björn Fahller: Typical C++, but why?