MONTH: September 2024
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 [...]