I want to promt "Press any key to continue message" and continue the program on pressing any key. I use gcc compiler which does not comes with conio.h, so i cannot use getch(). sleepp() can pause the program, but it uses time. I want to continue program when user press any key. I can also use scanf() function, but it is necessary to press enter after pressing any key.
↧