Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
~173 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for will9777

The problem is in dayOfWeek () I think. It may be overloaded or something. [code] #ifndef DATE_H #define DATE_H class Date { public: Date( int = 1, int = 1, int = 1900 ); // default constructor void print() const; // print date in month/day/year format int dayOfWeek (); // …

Member Avatar for Ketsuekiame
-3
173