Implementing a shared pointer

This lesson contains approximately 16 minutes of video content.

A naive implementation of a std::shared_ptr<T>

Note: In the interest of time, I did not implement the copy assignment operator for the shared pointer defined in this video.

Questions