Если действие которое ждет к примеру cout << "ex" << endl; Ожидание 2 секунды cout << "ex" << endl; Code cout << "ex" << endl; Ожидание 2 секунды cout << "ex" << endl;
cout << "ex" << endl; sleep(2); cout << "ex" << endl; Code cout << "ex" << endl; sleep(2); cout << "ex" << endl;