if using dos (real dos) then #include <dos.h> and in there is a function called sleep(x) where x is seconds to delay i think.

if using win32 console then #include<windows.h> and in there is a function called Sleep(x) where x is milliseconds to delay.