July 2025 posts
Training
CppCon workshop: Safe and Efficient C++ for Embedded Environments
I'm thrilled to let you know that I'll give the workshop "Safe and Efficient C++ for Embedded Environments" as part of CppCon. [...]

C++ Insights
C++ Insights Episode 64: C++20 Guideline: When to Use auto in Function Parameters
I published a new C++ insights episode: C++20 Guideline: When to Use auto in Function Parameters. [...]

C++
A virtual destructor in C++, when?
In today's post, I would like to explain a design rationale used in my post Understanding the inner workings of C++ smart pointers - The shared_ptr. [...]
