BlogC++Control your numbers in C++Today's post is probably easier and shorter than usual. But that doesn't mean the feature is any less powerful. [...]C++ InsightsC++ Insights Episode 41: How type-traits workI published a new C++ insights episode: How type-traits work. [...]C++A strongly typed boolToday I like to share a pattern I have used for some time. The pattern is generally well-received whenever I present it during one of my training courses. I still don't know [...]C++ InsightsC++ Insights Episode 40: The traps of returning referencesI published a new C++ insights episode: The traps of returning references. [...]C++Visiting a std::variant safelyI assume you all know C++17's type-safe replacement for unions: std::variant. Here you look at a great replacement for unions as it knows the active type and destructs that object [...]C++ InsightsC++ Insights Episode 39: Recursion-free templates with C++17s fold expressionsI published a new C++ insights episode: Recursion-free templates with C++17s fold expressions. [...]C++constexpr functions: optimization vs guaranteeThe feature of constant evaluation is nothing new in 2023. You have constexpr available since C++11. Yet, in many of my classes, I see that people still struggle with constexpr [...]C++ InsightsC++ Insights Episode 38: User-provided vs. user-declaredI published a new C++ insights episode: User-provided vs. user-declared. [...]C++ InsightsHappy 5th anniversary C++ InsightsThis year we celebrate the 5th anniversary of C++ Insights! [...]C++Evaluation order in C++ and uniform initializationIn today's post, you learn or get reminded about an interesting benefit of uniform initialization. [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 〉