The code could be found at http://www.cs.colorado.edu/~main/chapter3
Container Class bag (un-ordered list with a fixed-size array)
The Header file bag1.h
The Implementation file bag1.cxx
A Demo Program bag_demo.cxx
Container Class sequence (ordered list with a fixed-size array)
The Header file sequence1.h
The Implementation file (to be developed
by you!)
A Interactive Program sequence_test.cxx