I want to make the out captured in the DEV C++ it self. I am just a starter and every time i write a little prog the dos windows goes away in a sec. PLEASE.
I could do it in TEXTPAD while programming in JAVA.
Giorgio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to make the out captured in the DEV C++ it self. I am just a starter and every time i write a little prog the dos windows goes away in a sec. PLEASE.
I could do it in TEXTPAD while programming in JAVA.
Giorgio
system("pause");
or run it from a dos box...
And remember, always check the FAQ before asking, this is covered there....
http://www.bloodshed.net/dev/faq.html#pause
Wayne