Add to Google

Borland C++ Builder Problems - I have tried simple examples....

free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > C/C++ Programming

Borland C++ Builder Problems - I have tried simple examples....

Someone
I have tried "programs" like hello world but I get erro with getchar or if I use with namespace! I don0t know what to do, I can't do anything ! Should I use visual c++ or other c++ I get same problems with dev c++, please help I must know why is that wink.gif

Comment/Reply (w/o sign-up)

osknockout
Try the latest release of Dev-C++, I had the same filestream problem...
also post some example code, thanks.

Comment/Reply (w/o sign-up)

Someone
the problem is that my c++ builder compiler was to old, form 1997 wink.gif
all exmples works in dev c++ wink.gif
But now I have question
Hot should I link some file I mean if someone click on about then browser open a txt file for example and how should I define new page, if I don't use tabs because I don't know how, this mean that then browser will open another exe like in IE
thanks

Comment/Reply (w/o sign-up)

LuciferStar
QUOTE(Someone @ Jan 23 2005, 05:46 PM)
I have tried "programs" like hello world but I get erro with getchar or if I use with namespace! I don0t  know what  to  do,  I can't  do anything ! Should I use visual c++ or other c++ I get same problems with dev c++, please help I must know why is that wink.gif
*



some lower compilers don't support namespace
if you get an error with getchar,
add this at top of the code:
#include <stdio.h>;

Comment/Reply (w/o sign-up)

osknockout
QUOTE
But now I have question
Hot should I link some file I mean if someone click on about then browser open a txt file for example and how should I define new page, if I don't use tabs because I don't know how, this mean that then browser will open another exe like in IE
thanks

Do you mean how you set a new page in Dev-C++? Ctrl+N
For linking, create a project file (File->New->Project) type in settings,
press enter. Then, go to Project->Project Options, or Alt+P. Go to parameters
and enter them in linker. Or... just create a makefile.

Comment/Reply (w/o sign-up)

Someone
QUOTE(LuciferStar @ Jan 25 2005, 05:12 AM)
some lower compilers don't support namespace
if you get an error with getchar,
add this at top of the code:
#include <stdio.h>;
*



Yes compiler is to old wink.gif I downloaded a new one form c++ builder 6 but I don't know how to intergrate it in this c++builder !?

Comment/Reply (w/o sign-up)

LuciferStar
QUOTE(Someone @ Jan 26 2005, 05:54 PM)
Yes compiler is to old wink.gif I downloaded a new one form c++ builder 6 but I don't know how to intergrate it in this c++builder !?
*



The latest can be quite compatible the oldest one.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*


Searching Video's for borland, c, builder, problems, simple, examples




advertisement



Borland C++ Builder Problems - I have tried simple examples....