CIS-60 Home http://www.c-jump.com/CIS60/CIS60syllabus.htm

Blitz Introduction to C++ Objects


  1. A "Date" concept
  2. Programmatic control
  3. Switching to numeric representation
  4. Procedural approach
  5. Step in the right direction
  6. Problems with procedural approach
  7. Solution: use date as a variable
  8. Fundamental properties of built-in types
  9. C++ program fundamentals
  10. User-defined type
  11. class Date implementation
  12. Overloaded operator <<
  13. Conclusion