Problem: How can I configure the compiler to keep the output up after I
compile and execute my *.cpp file? I am writing
programs for
my classes in data structures and computational
statistics, and
most of the output is more than one screen width, and I
dont know
how to configure the compiler to keep it in "buffer" so
I can view
the output of the program i wrote.
I used to have Turbo C++ 4.5, and after compiling the file, the output
would
stay open in the DOS window. Now with 5.02 it promptly closes the
window
after execution.
I am a college student, using C++ in some of my programming classes, and
it
would be a great help if someone could tell me how to configure the
compiler
so it would keep the output displayed.
Thanks. Go Gators!!
Run your program from a DOS shell or use an input statement in your
output loop.
It is also possible to change the settings of your conagent file, but
this is not recommended because your DOS windows may not close properly.
Mike
Tony(Borland) -- While I recognize that this is not an installation
issue, or a question about CBUILDER, it was what your company
recommended I do when I called them the day I posted this message.
Borland doesn't have any other technical support options available to
individual users (unless I wanted to, or could afford the $3.95/min
phone tech support line) in my position. Thanks for posting your answer
to the problem, but it went over my technical ability to understand what
you were trying to tell me.