I am looking for a good and free c/c++ compiler for Linux.
Any sugestions?
This is a discussion on Best C++ Compiler for Linux within the Tech Board forums, part of the Community Boards category; I am looking for a good and free c/c++ compiler for Linux. Any sugestions?...
I am looking for a good and free c/c++ compiler for Linux.
Any sugestions?
Have you considered GCC? It is probably already available on your distro.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
I've never had any problems with gcc...so I'd suggest that one.
Teacher: "You connect with Internet Explorer, but what is your browser? You know, Yahoo, Webcrawler...?" It's great to see the educational system moving in the right direction
Another vote for GCC.
I believe GCC is not installed on some distro installations by default. They just install the binaries instead.As if Linux didn't already come with a compiler
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
GCC is the most widely used. Intel C++ can also be used, as it often generates faster code (especially for Intel chips), but is not, AFAIK, free. I'm also not sure how binary compatible it is.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law