Click to See Complete Forum and Search --> : Periodic Function


NithinDas
September 6th, 2002, 01:28 AM
Hello,
Can any one tell me how to write a Function(Periodic ) that should trigger itself after a pre specified time in C / C++.
Than K U Guys

cup
September 6th, 2002, 03:48 AM
This is OS specific: not part of C/C++. What OS are you using?

NithinDas
September 6th, 2002, 05:20 AM
Mr Cup,

Thanks for showing interest in the querry.
It is into Linux Operating System.
Implemented using c++.

Reg,
NithinDas

cup
September 6th, 2002, 08:26 AM
Have a look at
SIGALRM (http://www.ee.ic.ac.uk/docs/software/unix/programming/sys/comms/timer.html)