Difference between revisions of "Intermediate C++ Game Programming Tutorial 21"

From Chilipedia
Jump to: navigation, search
(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...")
(No difference)

Revision as of 01:33, 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)!

Source Code

See also