Originally Posted by B1ackAnge1 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