Anyone know the sites where I can download free C++ compiler

tell me websites for free c/c++ compilers?

Does anybody know the websites where I can download free c/c++ compilers.

I used to write c programs but I am going out of practice.

I want to get back to thr C spirit again but the commercial compilers are so espensive.

Any free download sites on the net?
38,660 views 12 replies
Reply #2 Top
There's something my partner checks out from time to time... http://perl.org or something remotely like that...they send out a digest which if you scroll through it can have some reasonable ideas..
Reply #4 Top
Borland do a free one. You need to register though

http://www.borland.com/products/downloads/download_cbuilder.html
Reply #5 Top
I think the best free compiler is Dev c http://www.bloodshed.net/dev/devcpp.html

unless you need to work with Borland libraries that are not portable I would then say download the free Borland but that does not come with an editor
Reply #6 Top
Thanks citahellion, I will check the gnu site.

And also thanks to you AR-15, I will check the Dev C too.

But how do I use the free Borland without the editor?
Reply #7 Top
i believe you can get a free microsoft c/c++ compiler & linker  (the ones included with visual studio .NET 2003 pro) in return for reviewing some tutorial clips at their site 
Reply #10 Top
Anyone here developing really useful software with C/C++?
Reply #11 Top
That watcom link brings back memories. Remember when there was actually a reason to use something besides Visual Studio? Borland produced the smallest code; WATCOM produced the fastest code; Visual C failed to correctly compile solid standard C++ - not that fancy templace stuff, but normal C++ code you'd write in an introduction to C++ class. Ahh, those were the days.

I'm doing some useful, but completely uninteresting, I/O programming