(Latest Revision: 10/21/2003) 
Week 08 Notes for CS 3100 -- Fall 2003
-  Take Roll. 
 -  Announcements 
     
     -  Some of the 3.3 programs failed to compile - come to office hours
	  and see the problem.  
     
      -  Two people have not turned in level three programs.  They should
	  talk to me.  
     
      -  One of the programs compiles but gets a segmentation fault
          immediately. 
     
      -  Some folks did not include a README file 
     
      -  The code from the book is available here:
	  ftp://splendor.csustan.edu/pub/john/Source3rdEd/
     
      -  Numbers of statements of code in "level three" programs ranges from
	  less than 100 to almost 500.  
     
      -  Assignment #4 will appear in the web space soon. 
     
      -  I moved the due date for the program back to Wednesday. 
     
      -  There are now more design ideas in the assignment #3 directory. 
     
 
      -  
     
 
      
 -  Hand Stuff Back  
 -  Discuss program #3 assignment.  
     
     -  Are people using "pre-fab" lists or writing list code from scratch?
          Why? 
     
      -  What are you doing to create data that tests all the special
	  features of the program?  
     
      -  You can use the C++ substr function 
     
      -  How are you handling Rules #1-#7? How are you handling Rule #6? How
	  can we represent a set of rooms or a set of specialities?  Sets in
	  general?  What data should be used?  Organized how?  Operations
	  might include insert, delete, test for membership, test for empty.
     
 
      -  We have a quiz coming up on Monday.  
     
      -  Let's look at the material on Classes in the notes (OOP issues).
     
 
      -  
     
 
      
 -  Discuss OOP