Beginner C++ Game Programming Tutorial 9
From Chilipedia
Revision as of 20:04, 14 September 2016 by Chili (Talk | contribs) (Created page with "In this video we make our first class and Chili teaches us about the birds and the bees and the static constexpr. == Concepts Taught == * Creating a class * public vs. privat...")
In this video we make our first class and Chili teaches us about the birds and the bees and the static constexpr.
Concepts Taught
- Creating a class
- public vs. private access
- static member variables
- constexpr variables
Video Timestamp Index
Coming soon!
Homework
Makes the Dude entity into a class.
The solution is given in a future video.