Project03
Home ] Up ]

 

CSIS 250 2003 Fall Project03

Date Assigned

10/27/2003

Date Due

11/03/2003

 

Add the following function function(s) to the program in NOB_List14.cpp:

 

    friend void merge(COList &fList, COList iLists[], int m);


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 Project03.Doc

Your Name:

Your Secret Name:

 

 

Max Score

Score

friend void merge(COList &fList, COList iLists[], int m);

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

30