I made my HelloWorld program, but now I can't see the output. When I run my project, it flashes it in a box similar to the WinAPI window for about a quarter of a second, then the box goes away. I am using the compiler I got from this site: http://www.bloodshed.net/devcpp.html
I'd appreciate any help, because I'd like to be able to read what the box is saying (though I am prety sure it contains my HelloWorld).
In the thread I gave you, they said system("PAUSE"); is not good practice and should not be used (except for home projects and other stuff).
I still recommend you look at the thread for other alternatives.