|
Answer» RE: Using Dec-C++ COMPILER on Windows XP
I need help with configuring or setting up the OUTPUT directory so as I can READ the output file after compiling a program.
What happens is that after successfully compiling a project the output window does appear BRIEFLY but dissappears so I can't therefore see the results of the project I am busy with
How do I make the output window stay without dissappearing?
Thank you in DOS its pause or pause >NUL but if you want to pause in C++ i think its getchar(); or sth
|