Question:
What Is The Best C++ Compiler For Linux?
Kyle
2012-01-11 15:52:53 UTC
It has to be free.
Five answers:
Cubbi
2012-01-11 19:38:11 UTC
I routinely compare GNU g++, LLVM Clang++, and Intel C++ on Linux. Each has strong and weak points, I would have a hard time identifying a clear leader. For stable production software, I use GNU g++.
Connie
2012-01-12 10:22:24 UTC
gcc/g++ is free as in freedom

It is automatically included in all Linux build environments and is needed to build a distributable version of Linux

Other C++ compilers (e.g. Intel etc) exist but the code that is generated may be subject to licences that restrict distribution
sdgdshfd
2012-01-12 21:30:27 UTC
g++ is the best C++ compiler.



If you're looking for an IDE, I very much recommend trying KDevelop4. In my opinion it's the best C/C++ IDE there is.
anonymous
2012-01-12 00:03:20 UTC
Codeblocks is not a compiler, it's an IDE.



Best is subjective. The most common one is probably g++.



Codeblocks is a GOOD IDE though, if I didn't use notepad++ and g++ on the command line, I would use it.
J
2012-01-11 23:57:03 UTC
I use Codeblocks, I love this IDE.



www.codeblocks.org/



Its open source and its free.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...