Quote:
Originally Posted by Dyndrilliac
Sleep(unsigned long), getch(void), system("pause").
Those all work. It's better to use a control loop instead of having to force a pause though.
|
Ok... but I found out that this was caused by a return 0; statement...

So dumb.