Code for the videos at https://www.youtube.com/watch?v=LvHr2Wb0dDY
Basics:
- Pass by value
- Pass by reference
Smart pointers:
- unique_ptr<>
- shared_ptr<>
- weak_ptr<>
Code for the videos at https://www.youtube.com/watch?v=LvHr2Wb0dDY
Basics:
Smart pointers: