top of page
Search

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++.



Recent Posts

See All
TOGA Topic 6: Functions and Classes

This workshop will get you creating your own classes and writing accessor and mutator functions (“getters and setters”) for those...

 
 
 

Comments


  • Facebook
  • Twitter
  • LinkedIn

©2020 by Mike Kee. Proudly created with Wix.com

bottom of page