There are various ways in which u can do this.
1. By using threads u can do that, there are various libraries available with which u can do that.
2. using sleep or wait type of function you can wait for certain amount of time and call the function after that.
It all depends upon on under what context or platform you are trying to do and on net you wil find lots of examples if u search with those keywords.
Bye
Sachin
Quote:
Originally posted by siphon
I'm still a noob to C++ but I do need a little help that isn't in the book. I have a function that I want to call another function but after a certain amount of time. Is this possible and if so, I do I do it?
Thanks in advance.
|