S
serdar
Hi. Does anybody say that what is better borland c++ or visual c++?
Which compiler does have more help?
Which compiler does have more help?
serdar said:Hi. Does anybody say that what is better borland c++ or visual c++?
Which compiler does have more help?
I have programmed in Borland C++. Borland can no longer keep up withIoannis said:As far as I know, Borland has dropped the support for C++ (that is it
does not intend to create a newer version of C++ Builder), and keeps
Delphi.
However there are other C++ compiler manufacturers for Windows except
from MS, like Intel.
serdar said:Does anybody say that what is better Borland C++ or Visual C++?
Which compiler does have more help?
Surendra said:I have programmed in Borland C++. Borland can no longer keep up with
Microsoft, they have changed their strategy to focus on JBuilder, their
killer application.
About 5-10 years back Borland was THE compiler, no longer Microsoft has
successfully killed another competetition.
I have heard Intel's compiler is good. You can try that. There are few
sort of open source c++ compiler for windows too ex- Dev C++
http://www.bloodshed.net/devcpp.html
Ioannis Vranos said:As far as I know, Borland has dropped the support for C++ (that is it
does not intend to create a newer version of C++ Builder), and keeps Delphi.
Duane said:Borland is supposed to make an announcement on Dec 15 concerning their
future plans with C++. It's likely that they will continue the CBX line and bundle
BCB with Delphi in some way but that's only a guess.
Ioannis said:That would be great, provided that it would support .NET pretty well (as
Delphi .NET and C# Builder which are bundled together).
E. Robert Tisdale said:The GNU C++ compiler is way better.
Agreed. But Borland is no longer interested in C++.Jeroen said:It isn't and you should know that.
Unless of course you're an open source vigilante whose sole measure of an
application is whether it's open source...
Performance of created executables is consistently poor when using GCC
compared to Borland or Microsoft compilers compiling the same code.
Ioannis said:I am not sure about the "can not keep up" part. I think they pretty
could, after all they support C#. "Delphi 2005" is both Delphi and C#
Builder, and it is pretty good for C#.
You may download the Delphi 2005 Enterprise edition trial and check
yourself.
It isn't and you should know that.
Unless of course you're an open source vigilante whose sole measure of
an application is whether it's open source...
Performance of created executables is consistently poor when using GCC
compared to Borland or Microsoft compilers compiling the same code.
Surendra Singhi said:Microsoft always hated C++, inspite of (VC++) and everything.
Larry said:What an amazing insight! I wonder why, in light of that
divination, so many product groups at Microsoft use C++
to create what they sell. They must be masochists all!
gipsy said:Who? I was under the impression most have switched to C#.NET.
The GNU C++ compiler is way better.
Ioannis Vranos said:Man it looks like those people have no clue about C++, .NET etc!
Also I never understood why VCL was always written in Pascal, but this
is the least important issue of all.
All in all, I do not think they will have much success on the C++ field,
because it looks like they have no clue on what is going on!
VCL is written in Delphi. Not the same thing as Pascal. Delphi
is a proprietary Borland language.
Some of the implementation
of classes etc. are different than C++ (ctor/dtor order, virtual
constructors etc.) Some of the problems that this can cause
have made it more important of an issue.
They haven't had an actively supported C++ offering in nearly a year.
It will be interesting to see what they announce on Dec 15.
Bob Hairgrove said:Actually, it is a language called "Object Pascal" ... Delphi, as I
understand it, includes the Delphi visual IDE which generates VCL code
in this language known as Object Pascal.
In addition, the VCL pollutes the global namespace with all their own
namespaces (e.g. "System::") unless you take unusual precautions to
prevent this, and then almost nothing works the way it should. One of
the more blatant mistakes is when defining AnsiString support in VCL
streams, there is a "using namespaces std;" in one of their headers.
Of course, if you don't use the VCL, you can avoid these problems, but
whenever a COM object (ActiveX) is added to the project, Borland
Builder automatically forces you to use VCL. It might be possible to
use the command-line tool MIDL, but I never tried it.
If this is another of their "open letters", it's been announced more
than a year ago and never happened. There are standing jokes about it
on the Borland newsgroups, just Google for "open letter" and
"Borland".
I like their free command line compiler, and I love the way Builder 5
(or 6) let you whip up a GUI application in almost no time at all. But
it comes at a price, just as MFC does.
Duane said:VCL is written in Delphi. Not the same thing as Pascal.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.