setDate and getDate issueYou were right. I changed the d2.showDate3(); to d1.showDate3(); and the code compiled as it should...
setDate and getDate issueWait, am I supposed to change the d2 to d1?! That part of the code was provided by the instructor. ...
setDate and getDate issueFor the getDate line, I was trying to follow the teachers notes but when I removed it, the code comp...
setDate and getDate issue[code] #include <iostream> #include <string> using namespace std; #include "Date.h" int main() { D...
setDate and getDate issueI thought I had to use the getDate line of code to retrieve the setDate stored information.