Difference between revisions of "Beginner C++ Game Programming Tutorial 7"

From Chilipedia
Jump to: navigation, search
(Homework)
Line 17: Line 17:
 
# Moving the cursor to the bottom of the screen is bad news bears...
 
# Moving the cursor to the bottom of the screen is bad news bears...
  
The solution is given in a future video.
+
The solution is given in [https://www.youtube.com/watch?v=reTJUqZspYs this video].
  
 
== Downloads ==
 
== Downloads ==

Revision as of 00:10, 8 September 2016

Mr. DeBugger is a real sir.

Concepts Taught

  • Using the Visual Studio debugger

Chili's Dank Meta Nugs

  • Don't binge watch the tutorials--space that shit out
  • Practice and experiment with C++ on your own initiative

Video Timestamp Index

Coming soon!

Homework

There are three problems to solve in three separate solutions. The solutions are all based on the code used in the tutorial video (the code from the Tutorial 6 homework) Download the zip of the solutions below in the Downloads section.

  1. Assertion fails! Find the bug!
  2. Assertion fails! Find the bug!
  3. Moving the cursor to the bottom of the screen is bad news bears...

The solution is given in this video.

Downloads

See also