Week 14 Notes for CS 1500 -- Fall 2004 
 Take roll. 
 Announcements
      
     -  Grades are in on quiz #4 and solo #5. 
     
 -  Consult the schedule for updated recommendation on a good order in
	  which to read the sections of chapters 11 and 12 of DWH.
     
 
 Check what's new in schedule 
 Go over the quiz answers
 Discuss the solo #6 programming problem
     
     -  Look at conepai2.cpp - a program that does file I/O 
     
 -  Look at copier.cpp - a program that uses file I/O and passes file
	  stream as a parameters to a function.
     
 -  Remember: file stream I/O is very similar to I/O with "cin" and
          "cout"
     
 -  Look at ReverseNumbers.cpp, ArrayTypes.cpp, and golfScores.cpp.html
	  -- programs that use arrays.  (golfScores.cpp uses file I/O with
	  arrays and passes arrays as parameters to functions.)
     
 -  Examine requirements of the Solo #6 problem