Last updated: Tuesday 7th February 2006, 8:27 PT, AHD -------- CSCI101A Lab Assignment #5 Week 6 Class 1 This is a timed and assessed lab. Limited 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 5 Specification: #6, p265, 5th Ed #6, p301, 4th Ed Editing a text file to remove blanks ------------------------------------- Input and output files should be named: in.txt and out.txt respectively ------------------------------------------------- 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\Week06\Lab5. 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 lab5 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\Week06\Lab5, 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