Course List http://www.c-jump.com/bcc/

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