First of all, hello everyone again.
I am making a win32 MFC console program that is supposed to use a timer. (kind of like an alarm clock) The constructor in my CTimer class currently goes like this:
CTimer::CTimer(_int64 days, _int64 hours, _int64 minutes, _int64 seconds)
{
seconds = seconds...