C++ Memory

This is our final lesson on C++. In this lesson we finally talk more about memory in C++. We get into the details of how smart pointers work and how to use (and not use) them.

The big take-away from this lesson should be the use of smart pointers. But if you are planning on doing networking (which reduces everything to byte arrays) then you need to understand the lower-level issues.

48:20 minutes slides demos