Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 2.18 KB

220304.md

File metadata and controls

42 lines (39 loc) · 2.18 KB

Articles & Papers

  1. Visualising Module Dependencies with CMake and Graphviz
    https://embeddeduse.com/2022/03/01/visualising-module-dependencies-with-cmake-and-graphviz/
  2. A destructor, =default, and the move operations
    https://andreasfertig.blog/2022/03/a-destructor-default-and-the-move-operations/
  3. wordlexpr: compile-time wordle in c++20
    https://vittorioromeo.info/index/blog/wordlexpr.html
    cm https://www.youtube.com/watch?v=wp3LPrhu2Sk
  4. Zero-cost exceptions aren’t actually zero cost
    https://devblogs.microsoft.com/oldnewthing/20220228-00/?p=106296
  5. C++ header files and inter-class connections
    https://rachelbythebay.com/w/2022/02/26/include/
  6. Curious lack of sprintf scaling
    https://aras-p.info/blog/2022/02/25/Curious-lack-of-sprintf-scaling/
  7. Mocking virtual functions with gMock
    https://www.sandordargo.com/blog/2022/03/02/mocking-non-virtual-and-free-functions
  8. 3 interesting behaviors of C++ casts
    https://belaycpp.com/2022/03/02/3-interesting-behaviors-of-c-casts/
  9. Picking Fairly From a List of Unknown Size With Reservoir Sampling
    https://blog.demofox.org/2022/03/01/picking-fairly-from-a-list-of-unknown-size-with-reservoir-sampling/

Videos

  1. C++ Weekly - Ep 313 - The constexpr Problem That Took Me 5 Years To Fix!
    https://www.youtube.com/watch?v=ABg4_EV5L3w
  2. Generic Graph Libraries in C++20 - Andrew Lumsdaine & Phil Ratzloff - CppCon 2021
    https://www.youtube.com/watch?v=Yk21tYLnzD8
  3. More about Dynamic and Static Polymorphism
    http://www.modernescpp.com/index.php/more-about-dynamic-and-static-polymorhism
  4. Arno Lepisk: Testing non-compiling code
    https://www.youtube.com/watch?v=02Hu0amx-5Y
  5. Ever Closer - C23 Draws Nearer
    https://thephd.dev/ever-closer-c23-improvements
  6. Back to Basics: Classic STL - Bob Steagall - CppCon 2021
    https://www.youtube.com/watch?v=tXUXl_RzkAk
  7. The Factory Pattern - Mike Shah - CppCon 2021
    https://www.youtube.com/watch?v=4xrNtB60g0g
  8. How I made a DOCUMENTATION WEBSITE for my Game Engine
    https://www.youtube.com/watch?v=tJDof3nrfHU
  9. Back to Basics: Casting - Brian Ruth - CppCon 2021
    https://www.youtube.com/watch?v=2h2hdRqRIRk