I've searched over the internet for a function that can "hold" my program..
I've seen the function sleep()
, though it does not work for me, saying it is undeclared..
(I have included stdlib.h/time.h/iostream)
I do not have parrel stuff that are working in the side, so even if I stop the whole program, that's okay..
for example :
sleep(3000)
cout << "Hello World";
Thanks!