BlogC++Write more C++ code thanks to constexprSince the keyword constexpr and its behavior got included in C++, it has been improved in each and every new standard of the language. [...]PublicationsiX Article: Ressourcen sparen mit der C++-Funktion constexprAn 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 [...]ConferenceCppNorth 2024 recording of my talk "C++ Insights: Peek behind the curtains of your C++ compiler" is availableI'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++ InsightsC++ Insights Episode 56: Understanding the magic behind C++17's structured bindingsI published a new C++ insights episode: Understanding the magic behind C++17's structured bindings. [...]C++Why is C++23 called 23?First, if you haven't heard the good news, C++23 was finally published by ISO. Looking at how I (and others) name this C++ standard raises the question: Why call it 23 when ISO [...]C++unique_ptr and the pointer to implementation idiomLast time, I wrote about unique_ptr and PImpl, demonstrating why you can't use a unique_ptr for PImpl. This time, I'd like to show you how you can make unique_ptr work with PImpl. [...]C++ InsightsC++ Insights Episode 55: References are no pointers!I published a new C++ insights episode: References are no pointers!. [...]C++Smart pointers and the pointer to implementation idiomA post I wrote back in 2023 When an empty destructor is required resulted in feedback that I'd like to address in today's post. [...]C++ InsightsC++ Insights Episode 54: You can't force a move!I published a new C++ insights episode: You can't force a move!. [...]C++Understanding the inner workings of C++ smart pointers - The shared_ptrAfter last months Understanding the inner workings of C++ smart pointers - The unique_ptr with custom deleter you're curious about how the shared_ptr is implemented? Great! Here [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 〉