Category : Files from Magazines
Archive   : CUJ9303.ZIP
Filename : 1103094A

 
Output of file : 1103094A contained in archive : CUJ9303.ZIP
// date4.h

class Date
{
int month;
int day;
int year;

public:
// Constructors
Date()
{month = day = year = 0;}
Date(int m, int d, int y)
{month = m; day = d; year = y;}

// Accessor Functions
int get_month() const
{return month;}
int get_day() const
{return day;}
int get_year() const
{return year;}

Date * interval(const Date&) const;
int compare(const Date&) const;
};



  3 Responses to “Category : Files from Magazines
Archive   : CUJ9303.ZIP
Filename : 1103094A

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/