- How to implement a vtable for our custom type erasure type
- C++ Is An Absolute Blast
- Implicit string conversions to booleans
- Yes, You Can Do AI with C++!
- Simpler and faster parsing code with std::views::split
- The puzzle of trying to put an object into a
std::optional
- C++ type erasure without macros
- My go-to C++ code for asynchronous work processing on a separate thread
- Standardizing the Handling of Non-Source Files in CMake Projects: The Config Target
- Master C++17 and C++20 with Live Coaching
- Accessing the attributes of a struct in C++ as array elements?
- C++ type erasure implementation: a low boilerplate approach