0
How do i use a sleep and pause syntax in this programming Languages??
making a part of a program pause or sleep before moving on
1 Resposta
+ 1
i only know the answer for java. there it is:
try {Thread.sleep (time in milliseconds) ;}catch (Exception e){}
in c++ i expect something similar but don't know exact code.