Project02
Home ] Up ] Solution02 ]

 

CSIS 250 2003 Fall Project02

Date Assigned

10/01/2003

Date Due

10/08/2003

 

Add the following functions and corresponding test functions to the program in OB_List06.cpp:

 

friend COList fUnion(const COList &thisList, const COList &thatList);

COList fUnion(const COList &thatList) const;

COList operator +(const COList &thatList) const;

For each function, include the following:

§            a detailed description

§            two examples

§            detailed algorithm

§            properly indented function

§            properly indented test function

§            properly labeled output generated from ten test cases

 

Submit the following:

§            Printed source code of the working program (to get any credit the program has to work)

§            Printed output

§            Filled self-evaluation table

§            Source code and the executable code on a diskette

 


 

Self-Evaluation Table

CSIS 250 2003 Fall Project02

Your Name:

Your Secret Name:

 

 

Max Score

Score

friend COList fUnion(const COList &thisList, const COList &thatList);

Detailed description

5

 

Two examples

5

 

Detailed algorithm

5

 

Properly indented and documented function

5

 

Properly indented and documented test function

5

 

Properly labeled output from ten test cases

5

 

COList fUnion(const COList &thatList) const;

Detailed description

5

 

Two examples

5

 

Detailed algorithm

5

 

Properly indented and documented function

5

 

Properly indented and documented test function

5

 

Properly labeled output from ten test cases

5

 

COList operator +(const COList &thatList) const;

Detailed description

5

 

Two examples

5

 

Detailed algorithm

5

 

Properly indented and documented function

5

 

Properly indented and documented test function

5

 

Properly labeled output from ten test cases

5

 

Total Score

90