473,721 Members | 2,234 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

borland vs. microsoft

Hi. Does anybody say that what is better borland c++ or visual c++?
Which compiler does have more help?
Jul 22 '05 #1
24 3813
serdar wrote:
Hi. Does anybody say that what is better borland c++ or visual c++?
Which compiler does have more help?

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.


--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 22 '05 #2
Ioannis Vranos wrote:
serdar wrote:
Hi. Does anybody say that what is better borland c++ or visual c++?
Which compiler does have more help?


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.

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

HTH
--
Surendra Singhi

www.public.asu.edu/~sksinghi
Jul 22 '05 #3
serdar wrote:
Does anybody say that what is better Borland C++ or Visual C++?
Which compiler does have more help?


The GNU C++ compiler is way better.
Jul 22 '05 #4
Surendra Singhi wrote:
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 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.
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

Yes I know it. Of course there are numerous C++ compilers, but I had
..NET especially in mind. Of course after Longhorn, all Windows compilers
will support "WinFX" (.NET) so things will be better then.


--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 22 '05 #5

"Ioannis Vranos" <iv*@remove.thi s.grad.com> wrote in message news:1102080925 .957511@athnrd0 2...
serdar wrote:
Hi. Does anybody say that what is better borland c++ or visual c++?
Which compiler does have more help?

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.


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.

Jul 22 '05 #6
Duane Hebert wrote:
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.

That would be great, provided that it would support .NET pretty well (as
Delphi .NET and C# Builder which are bundled together).


--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 22 '05 #7
Ioannis Vranos wrote:
That would be great, provided that it would support .NET pretty well (as
Delphi .NET and C# Builder which are bundled together).

Actually I just checked my dusty C++ Builder bookmarks that I have been
keeping and in summary I came to this:
http://cppbuilderdevjournal.com/free...ol8_num9.4.htm
Man it looks like those people have no clue about C++, .NET etc!
At first, no rational developer is going to use C++ Builder/C++ Builder
X (I did not know that they were different products!), that does not
support .NET, provided that in the Longhorn era (due to 2006) all code
will be managed (the Windows API will be WinFX, that is .NET).
Also MS supported .NET from within C++ from the very first edition of VS
..NET. So what is this all about that now MS *will* provide .NET support
for C++? Are they living to another planet?
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!


--
Ioannis Vranos

http://www23.brinkster.com/noicys
Jul 22 '05 #8

"E. Robert Tisdale" <E.************ **@jpl.nasa.gov > wrote in message
news:co******** **@nntp1.jpl.na sa.gov...
serdar wrote:
Does anybody say that what is better Borland C++ or Visual C++?
Which compiler does have more help?


The GNU C++ compiler is way better.


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.
Jul 22 '05 #9
Jeroen Wenting wrote:
"E. Robert Tisdale" <E.************ **@jpl.nasa.gov > wrote in message
news:co******** **@nntp1.jpl.na sa.gov...
serdar wrote:

Does anybody say that what is better Borland C++ or Visual C++?
Which compiler does have more help?


The GNU C++ compiler is way better.

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.

Agreed. But Borland is no longer interested in C++.

Microsoft always hated C++, inspite of (VC++) and everything.
So, for the long run "gcc" is a better choice, as it is not dependent on
anyone company and as long as there are C++ users it will continue to
evolve.

Ultimately depends on what the OPs need are.
--
Surendra Singhi

www.public.asu.edu/~sksinghi
Jul 22 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2964
by: Kenneth Gomez | last post by:
Hello, I have tried many avenues (web search, borland website, libxml website) before deciding to post here. I'm trying to install libxml2 on windows ME to work with my Borland C++ 5 Compiler (command line). Read through the installation guides from xmlsoft.org.
17
4698
by: Ziggi | last post by:
Hi. I want to get a C++ IDE, but I dont know whether to go for Bill Gate's solution or Borland's. Could any kind folks detail the relative strength and weaknesses of both, and also tell me which you yourselves prefer. Thanks in advance. Ziggi
15
3767
by: Chris | last post by:
I am just beginning programming again and need a bit of advice. I have both Visual C++ 6.0 Standard Edition and Borland C++ Builder 6. Of these two which do you consider the best for programming windows programs (not the DOS style program). I have had a quick look at both of these and Borland seems to have a lot more components (Buttons, Forms etc) than Microsoft Visual C++. Does Visual C++ have these components easily accesable. Chris.
7
3577
by: Juggernaut | last post by:
Hi At my college some IT students were giving away free older computer books. I got a book called Borland C++ a programmers guide. So I was really just wondering what this Borland C++ is? I know C++ is a programming language, but Borland? And is this book, thats from 1992 still valid, or is it outdated? I hope someone can answer me, or point me to the right place.
0
3102
by: Xproblem | last post by:
FTP Client Engine for C/C++ 2.4 Screenshot - Soft.comFTP Client Engine for C/C++ 2.4. ... System Requirements: Windows C/C++ compiler - Microsoft operating system: Windows 95, Windows 98, Windows ME, ... www.soft30.com/screen-70-11625.htm - 31k - Cached - Similar pages C++ Server Pages 1.6 - Soft.comC++ Server Pages (CSP) allows developers to build Dynamic Web Pages and Web ... Existing C++ projects can be ported to the Web by simply...
3
2004
by: MS | last post by:
Hi, I'm trying to find out whether Borland C 4.5 and MVC still exist. I'm doing so as I have code that was compiled by them originally and wnated to recompile it using that code to do some testing. I've looked online and it seems like there's only the C++ version of them around. Could I just use the C++ compiler to compile my C stuff??
22
2232
by: smartwolf agassi via DotNetMonster.com | last post by:
I'm a C# language learner. I want to know which IDE is better for C# programing, Borland C#Builder or VS.net 2003? -- Message posted via http://www.dotnetmonster.com
4
3763
by: darrensjunkaccount | last post by:
Hi, I have just inherited some embedded software that was compiled with Borland 4.52. I need to either purchase that compiler, which Borland no longer appear to sell or alternatively source an upgrade/compatible compiler. Do Borland sell a newer version of the 4.52 compiler that will still allow me to compile a DOS executable? Regards, Darren
17
7245
by: Fabry | last post by:
Hi All, I'm new of this group and I do not know if this is the correct group for my question. I have a DLL with its export library (.lib) wrote in Borland C++ 6. In borland everything is OK and I am able to include the lib and use the class that i have exported creating an instance with new etc... I would like to export this class in microsoft VC++ using the same .lib file. Obviously it doesn' t work.
0
8840
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9215
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9064
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6669
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5981
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4484
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4753
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3189
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.