I know there have been other threads on here, but some of them require the use of windows-specific libraries.
I'm trying to make a countdown timer, and want to make it so the user has 30 seconds to answer the question. After that, it will move on to the next thing.
Here is my code, but I'm not sure what it is trying to do. I was even of thinking of having the seconds blinking by using clscr();, but that's not as important as getting the functionality down first.