C++ Builder

Moderators: Lundin
Number of threads: 518
Number of posts: 1158

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
HELP NEEDED IN TROUBLESHOOTING INSTALLATION OF BORLAND C++5.01 Posted by biobee on 16 Oct 2004 at 6:58 AM
Hi,
I have recentlu installed borland C++ 5.01 on my windows XP machine.It works fine except that when the output window comes up, it closes within a flash even before i can see the output. I dont know how to solve this problem.
anyone who can help me with this!!!

a million thanks in advance. Really need this solution BADLY.

thanks
biobee
Report
Re: HELP NEEDED IN TROUBLESHOOTING INSTALLATION OF BORLAND C++5.01 Posted by cod on 16 Oct 2004 at 8:51 AM
: Hi,
: I have recentlu installed borland C++ 5.01 on my windows XP machine.It works fine except that when the output window comes up, it closes within a flash even before i can see the output. I dont know how to solve this problem.
: anyone who can help me with this!!!
:
: a million thanks in advance. Really need this solution BADLY.
:
: thanks
: biobee
:
before the return of main add a cin...
Report
Re: HELP NEEDED IN TROUBLESHOOTING INSTALLATION OF BORLAND C++5.01 Posted by luckyboy on 8 Nov 2005 at 5:25 PM
: : Hi,
: : I have recentlu installed borland C++ 5.01 on my windows XP machine.It works fine except that when the output window comes up, it closes within a flash even before i can see the output. I dont know how to solve this problem.
: : anyone who can help me with this!!!
: :
: : a million thanks in advance. Really need this solution BADLY.
: :
: : thanks
: : biobee
: :
: before the return of main add a cin...
:
: another solution like Microsoft's one
: at first line of a program add this
#include <conio.h>
: at the last line and before return statement add these
cout<<endl<<"press a key to exit...";
getch();
: have fun....
: lucky boy
Report
Re: HELP NEEDED IN TROUBLESHOOTING INSTALLATION OF BORLAND C++5.01 Posted by SkinnySkull on 10 Jul 2009 at 6:46 AM
thx:)) tat really helps!! problem solved:))



 

Recent Jobs