Beginner C++ Game Programming Tutorial 1
From Chilipedia
This tutorial mainly deals with how to call a function in C++ and basic syntax rules. We also talk about pixels, intellisense and other dumb bullshit.
Concepts Taught
- Function calls
- Basic C++ syntax
Video Timestamp Index
- Intro 0:00
- Pixels and coordinates
-
PutPixel()
parameter meanings - Drawing outside of the screen and escaping debugger limbo
- Function call concept and syntax
- Intellisense and Autocompletion
- Fixing syntax errors
- Visualizing pixel image from code challenge
- Changing image position challenge (homework)
Homework
The homework for this lesson is to modify the code to move the pixel image to the bottom right corner of the screen.