Tweaks to C++ T06 slides.
Closes smiths/2aa2meAdmin#55
- Functions example is changed from
int min(int, int)
tobool is_eq_magnitude(a, b)
because this function is slightly simpler and shows a different return type than the arguments. - Clean up the Importing Modules example (make the local header files more obvious by using the A1 names)
- Add a slide showing an error message they can expect to get if they don't use header files.
- Remove note about class syntax being similar to Python, I don't think this is true.
- Yell in bold text about class access specifiers and information hiding.
- Liberal usage of typewriter text
- Split some examples up