As I'm making a program that does test, I have it run both time and waiting for an answer using multi threading, but the problem i have is that timer always put the console cursor at the location of the timer, thus waiting for the answer there... which pisses me off.
Is there any way to make the program to write down the timer outputs without moving the cursor to the position?
If you need I will post some part of the code.