Session 16: Smart pointers
Resources
Zoom meeting link for today's session is available in the Bookmarks on the course Slack channel.
To create the starter repository for today's session please
Programme
C++: |
We see how to use smart pointers to manage the lifetime of objects beyond the scope in which they are created. |
C++: |
We look in a bit more detail at the so-called special member functions: copy constructor, move constructor, copy assignment operator, move assignment operator, destructor |