TOGA Topic 1: Game Data
- miketfkee
- Oct 23, 2020
- 1 min read
Updated: Nov 21, 2020
Week 1 of TOGA was to get us familiarized with the workings of C++ and how coding worked in general (if students didn't have prior experience with coding). Things covered included defining booleans, strings, integers and floats, with the worksheet walking us through how each worked in the context of code. I learned that there was a "shortcut" to printing out lines of text in the UI by inserting using namespace std before int main. Other than that, this week was a nice refresher on the basics and allowed me to get familiarized with C++.
Comments