Search
 
SCRIPT & CODE EXAMPLE
 

CPP

sleep system function linux c++

#include <time.h>

int main(int argc, char const *argv[])
{
    sleep(10);	// wait for 10s

    return 0;
}
Comment

PREVIOUS NEXT
Code Example
Cpp :: how to make a loop in c++ 
Cpp :: two pointer in c++ 
Cpp :: getline cpp 
Cpp :: do while loop c++ loops continuously 
Cpp :: delete one specific character in string C++ 
Cpp :: how to make copy constructor in c++ 
Cpp :: nth node from end of linked list 
Cpp :: print each number of digit c++ 
Cpp :: cpp multidimensional vector 
Cpp :: c++ typing animation 
Cpp :: string iterator in c++ 
Cpp :: What is the story of c++ 
Cpp :: remove element from array c++ 
Cpp :: count bits c++ 
Cpp :: c++ vector move element to front 
Cpp :: c++ standard library source 
Cpp :: c++ friend class 
Cpp :: c++ split string by several space 
Cpp :: what is c++ standard library 
Cpp :: how to reverse a vector 
Cpp :: cpp string slice 
Cpp :: sorting vector elements c++ 
Cpp :: how to print a text in c++ 
Cpp :: how to compile opencv c++ in ubuntu 
Cpp :: how to play sounds in c++ 
Cpp :: remove first occurrence of value from vector c++ 
Cpp :: Converting to string c++ 
Cpp :: life the universe and everything solution c++ 
Cpp :: all permutations with repetition C++ 
Cpp :: size of a matrix using vector c++ 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =