Question:
what is the Best C++ compiler out there?
Jesse
2008-11-18 14:49:42 UTC
hey, okay i am looking for a good C++ compiler... it would be nice if it was free or have a free trial....please send me a link if you can...
Five answers:
2008-11-18 14:55:54 UTC
I have used the GNU Compiler g++ for the past 2 years, i like it and its free.

gcc.gnu.org/
2008-11-19 03:09:54 UTC
It depends

.................................................................

if you're looking for something easy and full of functionality

then it's microsoft visual studio



if you're looking for something open source , supported well but a little harder , GNU GCC



if you're looking for a very professional compiler then it's intel's compiler and it can work as a plugin in visual studio and it's great for optimizations (who would optimize for intel processors better than them)
2008-11-18 22:56:01 UTC
GCC. Open source. Free.



http://gcc.gnu.org/



Combine it with a free IDE like Eclipse, go to town.
Tommy P
2008-11-18 22:57:01 UTC
Pretty sure Visual Studio Express is free:



http://www.microsoft.com/express/



Give it a try.
2008-11-18 22:55:07 UTC
GNU GCC


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