Code written in class during live coding
- Emscripten - Demonstrations of calling Javascript code from C++ and vice versa.
- MemTest.cpp - In class tests comparing the speed of different pointer types.
- Variadic.cpp - Simple in-class demonstrations of how variadic function templates work.
- Audited Vector - Code for an audited vector that we started building in class.