I need a good compiler.

Mar 24, 2013 at 7:20am
Hello everyone!

I'm a beginner, and I need to know what compiler is the best? (I need a link for it if it's possible) ..


thank you .. :)
Mar 24, 2013 at 7:27am
Gcc.
For windows you could get MinGW version. And with Code::Blocks IDE included:
http://www.codeblocks.org/downloads/26
You need codeblocks-██.██mingw-setup.exe
Mar 24, 2013 at 8:32am
No one compiler is the absolute best at everything. Ideally, anyone who is learning C++ should try compiling their code with at least two different compilers.

For instance, the current version of the Microsoft Compiler:
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-windows-desktop
and a recent version of the GNU compiler (a link is given in the earlier post).



Mar 24, 2013 at 8:54am
I am on Mac, and as a beginner I user a $10 app from the App Store called "Code Runner". It let's you edit, build, compile, and run command-line programs from within the app. It's not efficient for large projects, but as a novice working through tutorials, I find it excellent for testing myself as I progress.
Last edited on Mar 24, 2013 at 8:54am
Topic archived. No new replies allowed.