Beginner C++ Game Programming Tutorial 6

From Chilipedia
Revision as of 20:13, 27 August 2016 by Chili (Talk | contribs) (Created page with "How to make functions. That is all. == Concepts Taught == * Declaring and defining member functions * Function return values == Video Timestamp Index == Coming soon! == Hom...")

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

How to make functions. That is all.

Concepts Taught

  • Declaring and defining member functions
  • Function return values

Video Timestamp Index

Coming soon!

Homework

There are two levels of difficulty.

  1. Create a function(s) to limit the targeting box to within the screen drawing region.
  2. Same as above, but you are not allowed to use the x_mobile and y_mobile member variables directly.

The solution is given in a future video.

See also