Print Name  ___________________

                                                                                                                            Signature   ___________________

   Nodes & Headers For DLList Lab
Individual Assignment
  15 Points


Set Netscape Margins [ Left = 1; Right =. 2; Top =. 4; Bottom = .4; Select Document Title,  Page Number, Page, Black Text, Black Lines]
1] Decompress the zip file below to create folder DLList; will assume in C:\Temp for discussion purposes.

 DLList-SM-1.zip

2] Add your files Computer.cpp, Computer2.hpp,  Part2.cpp, and Part2.hpp to folder DLList.

3] Complete the constructor and destructor for the Header class. Test It!.

4] Complete the constructor and destructor for the Node class. Test It!

5] Before printing programs for the remainder of the semester,  do the following:

File-Page Setup
Header is to be :  &C&F  -  Your Name  -  &D
Footer is to be :  &C - &P -
Margins : Left = 1.25,  Right = .5, Top = .5, Bottom = .5
OK

Tools->Options
Select Format Tab -- [on far right!]
Category - All Windows [on left]
Font Courier New 8 point [on right]
OK

6] Print your program output!
Start->Run->Command  (if Windows 95/98/2000)    or   Start->Run->cmd  (if Windows NT)
Enter the following in the DOS command window:
C:
cd \Temp\DLList\Debug
DLList  > Output.txt

7] Follow the directions for printer page setup. Print a copy of the following files :  Student.hpp, Student.cpp, DLHeaderS.hpp, DLHeaderS.cpp, DLNodeS.hpp, and DLNode.cpp. Delete the temporary files in the Debug folder.

8] Copy program DLList.exe to a blank floppy disk. Put your name on the disk label. Copy folder DLList, with all of the project components, to the floppy disk.



9] Those Labs labeled "Individual Assignment" are to be done separately by each individual. Using a pen,  each individual is to print  his/her name at the top of this document in the space provided and sign it.  Those Labs labeled "Team Assignment" may be done as a team or individually. Using a pen,  each individual on the team is to print print his/her name at the top of this document in the space provided and sign it. Submit only one copy of team assignments!

Include the following in your wire-band binder:

A] Add Divider to back of  Computer Operator Lab

B] Copy of Student.hpp followed Student.cpp

C] Divider

D] Copy of DLHeaderS.hpp followed DLHeaderS.cpp

E] Divider

F] Copy of DLNodeS.hpp followed DLNodeS.cpp

G] A copy of this assignment sheet

H] A printed copy of  Output.txt from this program.

I] The floppy disk containing DLList