Very dependant on operating system and compiler.
For msvc and windows....

#include <windows.h>

Sleep(1000); // will pause for a minimum of 1 second. number is millisecs. notice the S not s