Quick Question about ClassesTo be honest I have no idea if I'd lose marks. I lost a point for spelling a file name wrong earlie...
Quick Question about ClassesI changed the code to [code]#include <iostream> using namespace std; class date { private: int da...
Quick Question about ClassesThis defiantly does help a lot. Unfortunately I have to use namespace std because of the class I'm ...
Input ProblemYou may be having an issue because variable name is a char type. Try using string instead (make sur...
Quick Question about ClassesSo the line you added at 21 creates an instance of date from class date? Now what would the next st...