BlogConferenceCppIndia Con 2023 recording of my talk "C++ Coroutines from scratch" is availableI'm pleased to announce that the recording of my talk at CppIndia Con C++ Coroutines from scratch of my presentation is available youtube: [...]C++ InsightsC++ Insights now uses Clang 16On Monday, I finally managed to switch C++ Insights to Clang 16! [...]C++ InsightsC++ Insights Episode 42: C++20: When is a struct an aggregateI published a new C++ insights episode: C++20: When is a struct an aggregate. [...]PublicationsOverload Article: aaaAn article I wrote for the Accu Overload magazine "C++20 Dynamic Allocations at Compile-time" is available in issue 176. It is available as a printed edition as well as online. [...]C++Best Speaker AwardI'm very pleased to tell you that I received a Best Speaker Award from a German conference ESE Kongress for my talk "C++ 20 Templates - Die nächste Generation" I presented there [...]C++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 [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 〉