Last updated: Saturday 11th February 2006, 19:30 PT, AHD -------- CSCI101A Lab Assignment #6 Week 7 Class 1 Instructor assistance is available. ---------------------------------- Before you start this lab assignment you should read ALL of this document. In all labs you may work in teams of 2 people, or you may work alone. Lab 6 Specification: Harder version of #15, p305, 4th Ed: adding line numbers to a file. You may select your own input and output file names and test data. ------------------------------------------------- This lab is due at the end of the class (12:05pm) At 11:50pm you will be reminded to save your program file (which should be named yourstudentnumber.cpp) to the network in CSCI101A\Week07\Lab6. If you're working in a team, use one team member's student number for the file name, and include the second student number, in the comments in the code. The lab6 folder will be closed at 12:15pm precisely. Late submissions are NOT accepted. I repeat: Late submissions are NOT accepted. To save your .cpp file from the local drive to your folder in CSCI101A\Week07\Lab6, follow the instructions in: CSCI101A\Saving If you are working in a team, both partners should save the file to their own folder. Please note: Your program source code file should be named yourstudentnumber.cpp and should contain appropriate comments: (the file name, your name, your student number, your team partner's name and student number the date, the program's completion status). Make sure that you indent (space out) the code as recommended in the text - see example programs in the text book for examples. For more hints, see: CSCI101A\C++ Program Development