0
Time shifted cout calls
Is it possible to print text time shifted? IMO it is not possible to print something delayed with a kind of sleep(n) function. Or do you have some ideas how it is possible with LearnC++? Thanxs for your support.
1 Réponse
0
on a windows PC
#include <windows.h>
In you code:-
Sleep(1000); the 1000 is in milliseconds.