User profile: jarvis1lsu

User info
User name:jarvis1lsu
History
Joined:
Number of posts:7
Latest posts:

setDate and getDate issue
You were right. I changed the d2.showDate3(); to d1.showDate3(); and the code compiled as it should...

setDate and getDate issue
Wait, am I supposed to change the d2 to d1?! That part of the code was provided by the instructor. ...

setDate and getDate issue
For 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 issue
I thought I had to use the getDate line of code to retrieve the setDate stored information.