I just finished my begginers cpp online class. The final kicked my booty. I tried to make a simple alarm clock that the user could enter a time to have the alarm go off and show the current time with incrementation. Any one wanna point me to some reading material with a clear example of what I am talking about? How can you interact with the sys clock or even run comparisons on it?
like hh and mm are variables why not (hh == system hours && mm == system minutes) this certain event can happen... and here is the fresh time!!!
oh well. Thanks in advance.
With regards to time manipulation problem - Use string object, convert the string into characters, tokenize the converted string and convert the tokenize data into numeric. In that way, you can now manipulate the time. Give it a try!