Logo

Blog


MONTH: February 2024

C++ Insights

C++ Insights Episode 47: Prefer user-defined literals when available

I published a new C++ insights episode: Prefer user-defined literals when available. [...]
Training

Public classes 2024

The year has already started. If you're interested in working with me at one of my public classes, here is what you need to know. [...]
C++

Aggregates: C++17 vs. C++20

Sometimes the small changes between two C++ standards really bite you. Today's post is about when I got bitten by a change to aggregates in C++20. [...]