C++ Smart Pointers and Inheritance

Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=eggTYGm5BgE



Duration: 1:08:55
237 views
3


One of the hardest parts of learning pointers is the motivation - there's just not as many uses for them today as in the past, and the memory management problem can be very difficult to handle. So, we talked about two things to motivate pointer usage - A) Smart Pointers (which deallocate memory automatically) and B) Inheritance (which requires pointers to work)