Stuff I Wrote About C++
18 Posts2022
- CMAKE_SOURCE_DIR is probably not what you want — February 17
2021
- Little C++ Standard Library Utility: std::align — December 13
- Don't automatically use auto parameters in C++ — March 9
- What is std::function in C++, and why do we need them? — January 18
- Resources that help you to delve into C++ — January 15
2020
2019
- Const Correctness Issue of std::function — December 30
- Make Impossible State Unrepresentable, in C++ — October 26
- We are defining assignment operators wrong. — October 14
- CppCon 2019 Trip Report — September 22
- When does a C++ temporary object die? — March 28
- C++ Lambda Tutorial — March 25
- Book Review: "Functional Programming in C++" — March 22
2016
- Resource management and RAII in C++ — October 26
- Integrate a unit test framework in cmake — May 13