BlogC++C++ for embedded systems: constexpr and constevalIn today's post, I'll learn how modern C++ can influence the code you write for your embedded system. You will see code using up to C++23. The example I show you below circles [...]PublicationsiX Article: C++-Coroutinen einsetzen: Tasks und GeneratorenAn article I wrote for the German iX magazine "C++-Coroutinen einsetzen: Tasks und Generatoren" is available in issue 2025/02. It is available as a printed edition as well as [...]TrainingC++Online workshop: Safe and Efficient C++ for Embedded Environments (compact)I'm thrilled to let you know that I'll give the workshop "Safe and Efficient C++ for Embedded Environments (compact)" as part of C++Online. [...]PublicationsiX Article: C++20-Coroutinen effizient verwendenAn article I wrote for the German iX magazine "C++20-Coroutinen effizient verwenden" is available in issue 2025/01. It is available as a printed edition as well as online. [...]Conferencecode::dive 2024 recording of my talk "Fast and small C++ - When efficiency matters" is availableI'm pleased to announce that the recording of my talk at code::dive Fast and small C++ - When efficiency matters of my presentation is available YouTube: [...]C++ InsightsC++ Insights Episode 58: C++ Insights new show object lifetime transformationI published a new C++ insights episode: C++ Insights new show object lifetime transformation. [...]ConferenceCppCon 2024 recording of my talk "Fast and small C++ - When efficiency matters" is availableI was looking forward for the release of my CppCon talk Fast and small C++ - When efficiency matters, which is now available: YouTube: [...]C++ InsightsC++ Insights with Clang 19 and moreI'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::stringWith 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++ InsightsC++ Insights Episode 57: More performance thanks to more implicit moves in C++20I published a new C++ insights episode: More performance thanks to more implicit moves in C++20. [...]Posts navigation1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 〉