im trying to accept input from the user and meanwhile i want to loop something, for example when i use getch() to get input, i dont want the program to stop and wait until the user types sometyhing, i want it to display stuff on the screen insteneasouly during the proces of getch(). is this possible? if not is there any other way to accomploish this task?
