Week 12

This week, we continued to talk about structs and arrays/vectors. We finished vectors1.ppt file provided below.  We will continue continue with built-in arrays and matrices next week.

These topics are not in the scope of 2nd Midterm Exam.

Powerpoint file
vectors1.ppt
 

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

structdemo.cpp
randnums.cpp
letters.cpp
letters2.cpp
shuffle.cpp
vectordemo.cpp
vectorproc.cpp
timesorts.cpp
 

Tapestry source codes needed for timesorts example
comparer.h
ctimer.h
ctimer.cpp
prompt.h
prompt.cpp
randgen.h
randgen.cpp
sortall.h
sortall.cpp