Performing a task at a certain time.

Leoski

Junior Member
Aug 7, 2004
11
0
0
Hey, on C++ i'm trying to peform a certain task at a certain time. So the user sets the time he wants the task to be performed and then the program performs it at that time. How would i do that?
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
you should use a sort of task scheduler to start it, or you have to sleep the process in the background (like AV/anti spyware). Then you have to debug for HOURS to make sure nothing is going on after 2+ days of running, etc.