Schedule programs
Is there a way in C++ to schedule the running of programs, so that they start automatically at certain moments of the day?
Yes, man cron
But that doesn't have anything to do with C++ directly.
cron exists only in *nix world, on windows you could use task sheduler API.
Topic archived. No new replies allowed.