Logo

Blog


C++ Insights

C++ Insights Episode 58: C++ Insights new show object lifetime transformation

I published a new C++ insights episode: C++ Insights new show object lifetime transformation. [...]
Conference

CppCon 2024 recording of my talk "Fast and small C++ - When efficiency matters" is available

I was looking forward for the release of my CppCon talk Fast and small C++ - When efficiency matters, which is now available: YouTube: [...]
C++ Insights

C++ Insights with Clang 19 and more

I'm happy to announce that C++ Insights is now driven by LLVM/Clang 19! This time, updating to the new Clang version was more or less straightforward. [...]
C++

How to use a constexpr std::string

With C++20 we got consexpr std::vector and std::string in the STL. An awesome feature, I think, from a technical standpoint. However, the initial joy often ends quickly once most [...]
C++ Insights

C++ Insights Episode 57: More performance thanks to more implicit moves in C++20

I published a new C++ insights episode: More performance thanks to more implicit moves in C++20. [...]
training

Master C++17 and C++20 with Live Coaching

We've all been there — exploring the powerful features introduced in C++17 and C++20 and wondering how to make the most of them in real-world scenarios. These new tools offer [...]
C++

Write more C++ code thanks to constexpr

Since the keyword constexpr and its behavior got included in C++, it has been improved in each and every new standard of the language. [...]
Publications

iX Article: Ressourcen sparen mit der C++-Funktion constexpr

An article I wrote for the German iX magazine "Ressourcen sparen mit der C++-Funktion constexpr - Durch kleine Veränderungen Ressourcen in RAM und ROM sparen" is available in [...]
Conference

CppNorth 2024 recording of my talk "C++ Insights: Peek behind the curtains of your C++ compiler" is available

I'm pleased to announce that the recording of my talk at CppNorth C++ Insights: Peek behind the curtains of your C++ compiler of my presentation is available YouTube: [...]
C++ Insights

C++ Insights Episode 56: Understanding the magic behind C++17's structured bindings

I published a new C++ insights episode: Understanding the magic behind C++17's structured bindings. [...]