- class dateType {
- private:
- int mm,dd,yy;
- public:
- void setDate(int m, int d, int y);
- void printDate();
- void IncDate();
- int daysToDate(dateType otherDate);
- dateType(int m, int d,int y);
- };

By: chrisj00 | Date: Sep 20 2007 03:08 | Format: None | Expires: never | Size: 218 B | Hits: 1281
Latest pastes
1 months ago
3 months ago
18 months ago
19 months ago
24 months ago