Hello,
I am writing an application in C++ where in need to perform a sequence of operations based on timers. Its like i want to create timers for say 10 objects and all these timers should run in the background. Which ever object's timer goes off first will call a function. For this I will continuously monitor timers.
Can anyone pls help me how to do this. I am a beginner. Thanks in advance.