top of page
Search
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...
miketfkee
Dec 8, 20202 min read
1 view
0 comments

TOGA Week 4: Loops and Arrays
This workshop will get you using "for" loops and multidimensional arrays in your code, so you can minimize the burden of repetitive...
miketfkee
Nov 24, 20202 min read
1 view
0 comments

TOGA Topic 3: C++ Classes
This week's workshop introduces us to how C++ classes work to optimize coding. We were asked to create our own classes for a game of our...
miketfkee
Nov 21, 20201 min read
0 views
0 comments
TOGA Consolidation Week: Crocodile Simulator
For TOGA Consolidation Week, we were given a C++ file in text and asked to decipher what it did without running the code. The first bit...
miketfkee
Nov 16, 20204 min read
13 views
0 comments

TOGA Topic 2: Game Logic
Week 2 of TOGA taught us how to use conditional statements (if, else, while, boolean, switch/case). These function in a similar way to...
miketfkee
Oct 30, 20202 min read
4 views
0 comments
TOGA Topic 1: Game Data
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...
miketfkee
Oct 23, 20201 min read
4 views
0 comments
bottom of page