Hello everybody :D
I've written a C++ program that can act like a clock. You enter the time in hour, minutes and seconds in the 24 hour format and it ticks down the clock. I've done it using a do-while loop. Is it possible to make it run until the user types any key ? I've set it to run for an arbitrary 1000 seconds. I'm running on Ubuntu.