Hey guys. I am sorry but I didn't know how to structure this title properly. I have tried running this problem but keep on getting errors and don't know what is causing them. Any help would really be appreciated!
Oh woops! Didn't notice that! I have fixed that and now it doesn't come out with any error, however it still doesn't print anything when it reaches the given time... Is it finding it difficult to successfully compare ctime (&rawtime) to Sun Sep 1 12:00:00 2000 for example?
I think you have found the problem, as shown below. It isn't saving the whole input and missing out the first character... I have looked through it and can't figure out why.
1 2 3 4 5 6
Reminders
Remind me to: Eat
At this time (eg. Sun Sep 1 12:00:00 2000): 25
You stored: 5
I will continue looking however if you have any idea why that is happening, it would be a great help. Thank you Moschops!
I seems to be storing the right time however it still won't print anything when the time comes around... I don't know if the time is the same as the string but I printed the time on a different window and copyed and pasted it, adding about a minute and still no output... I don't know what to do. Maybe there is a problem with the cout side of it?