- My little New Year’s Week project (and maybe one for you?)
- How to use a constexpr std::string
- C++26: a placeholder with no name
- Animating in C++: Curves and Easing Functions
- C++26: user-generated static_assert messages
- 8 More C++23 Examples
- Efficient In-Place UTF-16 Unicode Correction with ARM NEON
- Counting the digits of 64-bit integers
- Inside STL: Waiting for a
std::atomic<std::shared_ptr<T>>
to change, part 1