Exception Samples

Exceptions are a better way to handle error checking than if statements

cpluplus had a good tutorial for beginning exceptions without objects.

The builtin exceptions are also at Cplusplus site