Beginner C++ Game Programming Tutorial 10

From Chilipedia
Revision as of 12:48, 20 October 2016 by Chili (Talk | contribs)

Jump to: navigation, search

In this video we learn how to loop our shit. Fuckoff copy and paste. Die in a gasoline fire (just kidding, don't leave me baby!)

Concepts Taught

  • References
  • Passing by reference
  • Const correctness (redux)

Video Timestamp Index

Coming soon!

Homework

  1. Move the drawing code for Dude from Game into the Dude class.
  2. 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.

Downloads

See also