Hello, I am new to C++, this is only my third post on this forum.

Also, does anyone know how to make a program pause for 3 seconds, and then continue on like normal?
The only way I know of doing it is by using the
Code:
system("cls");
command. And I want to avoid the system command all togeather.

Thanks in Advance, August

P.S. My compiler doesn't have <windows.h>