•
•
•
•
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
![]() |
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation:
Rep Power: 18
Solved Threads: 199
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.
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.
•
•
Join Date: Jan 2005
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
my operating system is windows 2000
i am the beginer to learn C++
can you give me some web link
cheers
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.
•
•
Join Date: Oct 2004
Location: Mojave Desert
Posts: 2,468
Reputation:
Rep Power: 10
Solved Threads: 176
•
•
•
•
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 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!
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation:
Rep Power: 18
Solved Threads: 199
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.
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.
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,752
Reputation:
Rep Power: 18
Solved Threads: 199
•
•
•
•
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).
•
•
Join Date: Oct 2004
Location: Mojave Desert
Posts: 2,468
Reputation:
Rep Power: 10
Solved Threads: 176
•
•
•
•
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).
May 'the Google' be with you!
![]() |
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- C++ Compiler??? (C++)
- C compiler... Man I feel lame (*nix Software)
- compiler (C++)
- ?'s, JPG, Free Store and Compiler Synthesis (C)
Other Threads in the C++ Forum
- Previous Thread: Stuck writing a Function
- Next Thread: Which components of Visual C++ should i install



Linear Mode