C++ Smart Pointers and Inheritance
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=eggTYGm5BgE
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)
Other Videos By Bill Kerney
2023-02-06 | Emu War Speech |
2023-02-03 | C++ Iterators and Ranges in the Standard Library |
2023-02-03 | Learning to Program With Scratch |
2023-02-01 | Makefiles & Separate Compilation in C++ |
2023-02-01 | Why ChatGPT is Not a Threat to Academia / Theories of Truth |
2023-01-30 | Operators in C++ |
2023-01-30 | What is Truth? |
2023-01-27 | How to approach a project and the C++ Rule of Three |
2023-01-27 | Evaluating Claims / Truth Tables |
2023-01-25 | Evaluating Claims |
2023-01-25 | C++ Smart Pointers and Inheritance |
2023-01-24 | C++ Class Design: Invariants, Friends, and Operators |
2023-01-20 | C++: "Proper" Class Design |
2023-01-11 | Basic C++ in 80 minutes |
2023-01-11 | Fizzbuzz in six seconds |
2023-01-09 | Welcome to CSCI 41 - Data Structures |
2022-12-12 | Advent of Code 2022 Day 5.1 & 5.2 |
2022-12-06 | Final Lecture - Polishing Your Game |
2022-12-06 | Final Day - The Advent of Code |
2022-12-01 | UE5 - Enemy Waypoint System + Game Over Screen |
2022-11-30 | C++: The Many Faces of Const |