Home Forums Programming help with codes, can’t spot mistakes Reply To: help with codes, can’t spot mistakes

#45690
Anonymous
Inactive

You’re missing a << between the "Today is:" string and date1.tostring().

[code:1:4d6cbf53d7]cout<<"Today is:"<<date1.tostring()<<endl;[/code:1:4d6cbf53d7]