PROGRAMS NEEDED THANKS

Posts 1619 of 19 · Page 2 of 2
Quote Originally Posted by B1ackAnge1 View Post
See, now there's a question we can do something with

Try adding:
system("pause");

right before your program exits. This will stop the program so you can see the window until you press a key.
or you can highlight the line with
Code:
return 0;
on it and press f9. but this might only work in debug mode, not just running the compiled .exe
i tried both adding
system ("pause");
and what connor griffin said.
it does th same thing XD
Posts 1619 of 19 · Page 2 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?