Difference between revisions of "Beginner C++ Game Programming Tutorial 9"
From Chilipedia
(→Homework) |
(→Downloads) |
||
Line 17: | Line 17: | ||
== Downloads == | == Downloads == | ||
− | * [http://www.planetchili.net/downloads/T9-Starting Code.zip T9 Starting Code] | + | * [http://www.planetchili.net/downloads/T9-Starting-Code.zip T9 Starting Code] |
== See also == | == See also == |
Revision as of 20:30, 14 September 2016
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
Make the Dude entity into a class.
The solution is given in a future video.