Ok so i have a time function that outputs time, but the problem is it just keeps outputting time in an endless loop. I want there to only be one line and i want the time to update. I do NOT however want to use Win32 or any libraries.
ok well how would i accomplish this in win32? system("cls")? i did that once but the time kept flickering. How do i pause the console window for a short time, i forgot what the keyword is.