Intermediate C++ Game Programming Tutorial 21

From Chilipedia
Revision as of 01:33, 13 January 2018 by Chili (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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