C++ Builder

Moderators: Lundin
Number of threads: 509
Number of posts: 1146

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

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.