Lecture 35

The exception.cpp file demonstrates various ways that exceptions can be thrown including built in exception objects, as well as primitive and object types.

arrays.cpp shows examples of initializing and modifying primitive arrays in C++.

strings.cpp shows examples of using character arrays to implement strings in C++.