R. Clayton (rclayton@monmouth.edu)
(no date)
The class array_sequence given in array-sequence.h defines only the interface
to array sequences; is that correct? We can add other things to the
array-slice declaration to implement it.
That's correct, although the only things the testing code will call are the
declarations given in the original version of array-sequence.h. Make sure you
implementation works correctly without requiring that clients call any public
functions other than those given in array-sequence.h.
I've added a file main.cc to the assignment directory to show how the
array-sequences are used. I've also gotten rid of the templates in
array-sequence.h and changed all uses of "_slice" to "_sequence".
This archive was generated by hypermail 2.0b3 on Thu Dec 19 2002 - 20:30:05 EST