PDA

View Full Version : C++ alarm question



wo1olf
November 30th, 2009, 03:44 PM
is there any equivalent to linux alarm function on windows ?
thnks

kadaj
November 30th, 2009, 05:28 PM
I hope you're needing some timer functionality.
You may use
SetTimer()
CreateWaitableTimer()