User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 425,791 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,185 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser: Programming Forums
Views: 37051 | Replies: 8
Reply
Join Date: Jan 2005
Posts: 7
Reputation: gtsreddy is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
gtsreddy gtsreddy is offline Offline
Newbie Poster

Best C++ compiler

  #1  
Jan 4th, 2005
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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Apr 2004
Posts: 3,620
Reputation: Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light Dave Sinkula is a glorious beacon of light 
Rep Power: 17
Solved Threads: 142
Colleague
Dave Sinkula's Avatar
Dave Sinkula Dave Sinkula is offline Offline
long time no c

Re: Best C++ compiler

  #2  
Jan 4th, 2005
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 199
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Best C++ compiler

  #3  
Jan 5th, 2005
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.
Reply With Quote  
Join Date: Jan 2005
Posts: 7
Reputation: gtsreddy is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
gtsreddy gtsreddy is offline Offline
Newbie Poster

Re: Best C++ compiler

  #4  
Jan 5th, 2005
my operating system is windows 2000
i am the beginer to learn C++
can you give me some web link
cheers



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.
Reply With Quote  
Join Date: Oct 2004
Location: Mojave Desert
Posts: 2,468
Reputation: vegaseat will become famous soon enough vegaseat will become famous soon enough 
Rep Power: 10
Solved Threads: 176
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
Kickbutt Moderator

Solution Re: Best C++ compiler

  #5  
Jan 5th, 2005
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!
May 'the Google' be with you!
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 199
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Best C++ compiler

  #6  
Jan 5th, 2005
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.
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 199
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Best C++ compiler

  #7  
Jan 5th, 2005
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).
Reply With Quote  
Join Date: Oct 2004
Location: Mojave Desert
Posts: 2,468
Reputation: vegaseat will become famous soon enough vegaseat will become famous soon enough 
Rep Power: 10
Solved Threads: 176
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
Kickbutt Moderator

Help Re: Best C++ compiler

  #8  
Jan 5th, 2005
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?
May 'the Google' be with you!
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 199
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Best C++ compiler

  #9  
Jan 5th, 2005
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.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb C++ Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the C++ Forum

All times are GMT -4. The time now is 3:20 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC