Beginner C++ Game Programming Tutorial 11
From Chilipedia
References are sweet because they let us control our shit from far away. Remember the days when we had to actually get up to change the channel on the TV? Remember TV? Fuck that shit! Also, const correctness is for big dick gangstas that don't give any fucks.
Concepts Taught
- References
- Passing by reference
- Const correctness (redux)
Video Timestamp Index
Coming soon!
Homework
- Move the drawing code for Dude from Game into the Dude class.
- Make a second DrawRect function that takes a single point (top left corner) and the dimensions as parameters.
The solution is given in a future video.