Beginner C++ Game Programming Tutorial 7
From Chilipedia
Mr. DeBugger is a real sir.
Contents
[hide]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.
- Assertion fails! Find the bug! Also, there's another bug hiding if you solve the first one. Try making the boxes collide and see what happens (or what doesn't happen...). Note that I don't talk about this second bug in the solution video, check out the Solution Errata below for the answer.
- Assertion fails! Find the bug!
- Moving the cursor to the bottom of the screen is bad news bears...
The solution is given in this video.
Solution Errata
Read the below (click Expand) only after attempting the problem yourself.
[Expand]