Hi
I want to set an internal timer of 30 seconds in c++.
within that user have to enter 3 inputs one after other. and for each input i want set one Parameter which will change for each input by user.
example user i/p parameter
1. abc 5
2. pqr 6
3. xyz 7
This should happen within 30 seconds. else error "Timeout".
Could you please help me.
After 30 Seconds Message of "Timer Expired" should Come
when user starts input timer should start and counts downward.
please help...........
Thanks
Mukesh:)