DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   C++ (http://www.daniweb.com/forums/forum8.html)
-   -   Best C++ compiler (http://www.daniweb.com/forums/thread16467.html)

gtsreddy Jan 4th, 2005 1:08 pm
Best C++ compiler
 
hi
can any one help me
which is the best C++ compiler one can download it freely for C++ programming
i will appreciate if some one post any web links for this
cheers
reddy

Dave Sinkula Jan 4th, 2005 1:52 pm
Re: Best C++ compiler
 
http://www.compilers.net/Dir/Free/Compilers/CCpp.htm

jwenting Jan 5th, 2005 3:49 am
Re: Best C++ compiler
 
Define "best"...
Also define your operating system...

Microsoft has a good free compiler, but if you're working on unix or mac that will do you little good.
Borland has a good free compiler as well.

What do you want from your compiler. Some have better standards compliance, others may generate faster applications or smaller ones.

gtsreddy Jan 5th, 2005 10:56 am
Re: Best C++ compiler
 
my operating system is windows 2000
i am the beginer to learn C++
can you give me some web link
cheers



Quote:

Originally Posted by jwenting
Define "best"...
Also define your operating system...

Microsoft has a good free compiler, but if you're working on unix or mac that will do you little good.
Borland has a good free compiler as well.

What do you want from your compiler. Some have better standards compliance, others may generate faster applications or smaller ones.


vegaseat Jan 5th, 2005 11:06 am
Re: Best C++ compiler
 
Quote:

Originally Posted by jwenting
Define "best"...
Also define your operating system...

Microsoft has a good free compiler, but if you're working on unix or mac that will do you little good.
Borland has a good free compiler as well.

What do you want from your compiler. Some have better standards compliance, others may generate faster applications or smaller ones.

I go along with that.

I have tried out several free compilers and feel most comfortable with the Dev-C++. The total package is relatively small in size and comes in windows and linux flavors. For me it is perfect to test out the limits of the C++ language. It compiles fast and makes experimentation easy. I also recommend it to my students.

http://sourceforge.net/projects/dev-cpp/

If I would produce a program to sell, I would spend the money and buy a professional system from Mister Bill.

Some other free compiler systems try to take over your computer, smearing their files all over, that I don't like!

jwenting Jan 5th, 2005 11:08 am
Re: Best C++ compiler
 
http://www.borland.com/products/down..._cbuilder.html and select "compiler".
This will give you a (nearly) fully ANSI compliant compiler.
http://www.microsoft.com/downloads/d...displaylang=en will give you the latest Microsoft compiler.

Either will serve you well. Neither comes with an IDE or full documentation (that's what you pay for if you buy the full products).
The Microsoft compiler is newer but that shouldn't bother when learning.

For best learning ANSI C++ try your creations with both, if it works in one and not the other (IF both are correctly installed and configured) your source is likely not fully ANSI compliant.

jwenting Jan 5th, 2005 11:10 am
Re: Best C++ compiler
 
Quote:

Originally Posted by vegaseat
Some other free compiler systems try to take over your computer, smearing their files all over, that I don't like!

you probably refer to the Microsoft VC++ free compiler. It doesn't do anything except upgrade (if required) your .NET runtime environment which is a good thing (if it didn't something else would do it sooner or later, probably Windows Update).

vegaseat Jan 5th, 2005 11:25 am
Re: Best C++ compiler
 
Quote:

Originally Posted by jwenting
you probably refer to the Microsoft VC++ free compiler. It doesn't do anything except upgrade (if required) your .NET runtime environment which is a good thing (if it didn't something else would do it sooner or later, probably Windows Update).

Now, as you mention it. I was referring to the free VC++ Express beta package that tries to install a beta version of the SDK version 2.0. It looks like different versions of the SDK can not peacefully coexist on the same computer. Do you have any experience with this?

jwenting Jan 5th, 2005 4:09 pm
Re: Best C++ compiler
 
no, I haven't tried that.
But I'd not be surprised as the SDK needs the runtime (during debugging sessions for example).
Newer runtimes may well be able to substitute for old ones so as long as you install them oldest first you may be fine.

bhagyashanti Feb 21st, 2009 11:07 am
Re: Best C++ compiler
 
I think the best one, for a beginner would be boreland's compiler(for its more user friendly)
You may also choose for bloodshed, even that would do for an advanced user, if you wanna use it for that purpose and yes, when pls try to install it to your system drive else it would ask you for installation drive(boreland's driver in particular).
And you may search it on google, i downloaded borelands compiler from http://altd.codegear.com/download/museum/tcpp101.zip
and
you may search for bloodshed on download.com


All times are GMT -4. The time now is 8:18 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC