CISC 3110 -- Class Notes

UNIX (ppt presentation)

Intro to Classes and Objects (ppt presentation)

Arrays: Mutltidimensional and of Objects

Notes on TESTING

Pointers

Class code on pointers zip file.
Questions to Review Pointers

More on Classes

Class code on composition of objects zip file.

Strings

Class code on strings can be found here and here.

Files

Exceptions and Templates

Class examples for templates: bubble sort, pair of ints, template pair class.

Recursion

Class example for recursion: exponent function.