Andreas Fertig's Blog
Efficient C++: The hidden compile-time cost of auto return types
C++ Insights Episode 65: C++26: Pack expansions for parameter packs
Master Modern C++ - With Me as Your Personal Guide
C++26 reflection at compile-time
CppCon workshop: Safe and Efficient C++ for Embedded Environments
C++ Insights Episode 64: C++20 Guideline: When to Use auto in Function Parameters
A virtual destructor in C++, when?
CI pipeline improvments for C++ Insights
C++ Insights Episode 63: Faster C++ Builds: Optimize Templates for Speed
CppCon 2024 recording of my talk "Back to Basics: Object-Oriented Programming" is available
CppCon 2024 recording of my talk "Lightning Talk: The UB Detector: constexpr" is available
C++ unspecified behavior explained by practical example
C++ Insights Episode 62: C++23 Game Changer: Behind the curtains of deducing this
C++ Insights now uses Clang 20
An option(al) to surprise you
Peek into how I teach
1-day workshop: Safe and Efficient C++ for Embedded Environments
C++ Insights Episode 61: C++20 NTTP Gets another Boost: Structural Types as Template Parameters
Free 1-Hour C++ Training Class
iX Article: C++20-Coroutinen, Teil 4: Stream-Parser
The correct way to do type punning in C++ - The second act