Output Troubles

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).

Thanks in advance!
http://www.cplusplus.com/forum/beginner/1988/

Might this be your answer?..
You need write this:

//This line will pause your screen so you can reed the message.
system("PAUSE");

return 0;
}

Sorry about my English, I'm speak Spanish.
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.
Topic archived. No new replies allowed.