i would just like to ask
i'm making a timer w/in a game
my problem is with the scan function
the game is like a guessing game. where a jumpled word appears
on screen
the timer is supposed to be displayed like this
--------------------------------------------
output/user screen:
--------------------------------------------
sampleword
time left (10 - 1 sec)
//user prompt for answer
-------------------------------------------
my problem is that. i don't know how to run the timer while the scan function is on
the only thing i have done so far is get
time from point 1 to point 2
but not exactly a countdown timer
thanks,
btw: i'm just a beginner at C