Course List
http://www.c-jump.com/bcc/
Blitz Introduction to C++ Objects
- A "Date" concept
- Programmatic control
- Switching to numeric representation
- Procedural approach
- Step in the right direction
- Problems with procedural approach
- Solution: use date as a variable
- Fundamental properties of built-in types
- C++ program fundamentals
- User-defined type
- class Date implementation
- Overloaded operator <<
- Conclusion