Wanted: Good C++ compiler

i'm using DevC++ 4 a couple of years now...
ive only done small projects but so far im a happy camper...
 
Deepak said:
epicstruggle said:
Deepak said:
Is there any good but FREE C++ compiler available for download?
http://www.google.com/search?hl=en&q=free+c+++compiler&btnG=Google+Search

Intel has an excelent compiler for free. MS does too. The link above should point you to some other ones too.

epic

Actually I wanted your opinions, ones who you think are good.
both the intel one and the one from MS are good. I got them from my proffesors library, but they should be easy to track down from their respective websites.

Ive also heard alot of good things from DevC++, as others have noted above.

epic
 
gcc (the gnu compiler) is free and good. Since you probably want an IDE to go with it, try DevC++ or Mingw studio on Windows (I don't know what IDEs are good on linux). Microsofts C++ compiler is excellent and available for free, but without the IDE. There might be free IDEs that can use it, but I don't know of any, try google. Intel's compiler is only free for linux IIRC.
 
Back
Top