September 2024 posts
C++ Insights
C++ 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_ptr
After 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 [...]