Difference between revisions of "Intermediate C++ Game Programming Tutorial 21"
From Chilipedia
(Created page with "Smart pointers. I have the smartest pointers. Nobody has smart pointers like mine. == Topics Covered == * std::unique_ptr<> == Video Timestamp Index == * [https://youtu.be/9...") |
(→Source Code) |
||
Line 11: | Line 11: | ||
== Source Code == | == Source Code == | ||
− | * [https://github.com/planetchili/Memefighter | + | * [https://github.com/planetchili/Inheritance Inheritance (Memefighter) Github Repository]<br /> |
* [https://github.com/planetchili/Sprite Sprite Github Repository (for <code>Surface</code> code)]<br /> | * [https://github.com/planetchili/Sprite Sprite Github Repository (for <code>Surface</code> code)]<br /> | ||
Revision as of 12:30, 13 January 2018
Smart pointers. I have the smartest pointers. Nobody has smart pointers like mine.
Topics Covered
- std::unique_ptr<>
Video Timestamp Index
Bonus Video
Coming soon (Surface final form)!