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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.