Answer the question
In order to leave comments, you need to log in
How to delay the execution of a C++ program in Xcode?
How to delay the execution of a C++ program in Xcode?
Answer the question
In order to leave comments, you need to log in
#include <unistd.h>
sleep(100); //задержка 100 секунд
usleep(100); //задержка 100 микросекунд. В одной секунде 1'000'000 микросекунд
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question