Week12

This week, we first covered some odds and ends from Chapters 6, 7 and 9. The topics were char data type, typecasting, switch statement. They are in oddsends.ppt file.

Then we started looking into vectors. We could only do the randnums and letters example. We will continue next week.

Powerpoint files

oddsends

vectors1

C++ codes discussed in class (some of them might have been modified in class to show extra features)

displaydigit_cpp

structdemo_cpp

randnums_cpp

letters_cpp

Tapestry source codes to use tvector and tmatrix classes

tvector.h

tvector_cpp