BlogC++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 [...]TrainingWrite modern code with features of C++17 and C++20When you transition from older C++ standards like C++11 or C++14 to the latest C++17 and C++20 it can be a tough journey. It's essential for writing clean and easy-to-maintain [...]C++ InsightsC++ Insights Episode 53: Mastering C++23: Leveraging if consteval for more constexpr functionsI published a new C++ insights episode: Mastering C++23: Leveraging if consteval for more constexpr functions. [...]TrainingCppCon Academy WorkshopI'm thrilled to let you know that I'll give the workshop "Modern C++: When Efficiency Matters" as part of the CppCon Academy in Aurora, CO. [...]C++Understanding the inner workings of C++ smart pointers - The unique_ptr with custom deleterLet's continue where I left off last time. You've seen a simple implementation of a unique_ptr in Understanding the inner workings of C++ smart pointers - The unique_ptr. Now, [...]C++ InsightsC++ Insights Episode 52: The Power of std::is_constant_evaluated(): Elevating Your Constexpr CodeI published a new C++ insights episode: The Power of std::is_constant_evaluated(): Elevating Your Constexpr Code. [...]C++Understanding the inner workings of C++ smart pointers - The unique_ptrHave you always wondered how the two smart pointers unique_ptr and shared_ptr work internally? Then, this series might give you a better understanding. [...]C++ InsightsC++ Insights Episode 51: The magic of C++20s std::source_locationI published a new C++ insights episode: The magic of C++20s std::source_location. [...]C++Calling a C++ member function with a null objectIn today's post, I'll show you what happens if you call a member function on a null object. [...]ConferenceC++Online 2024 recording of my talk "C++20’s Coroutines for Beginners" is availableI'm pleased to announce that the recording of my talk at C++Online C++20’s Coroutines for Beginners of my presentation is available YouTube: [...]Posts navigation〈 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 〉