What is the best compiler?

Aug 15, 2014 at 1:24pm
Does anyone know which compiler is good for noobs, I have a noob brother... he knows nothing and im teaching him.
Aug 15, 2014 at 1:34pm
I didn't know there were special compilers for noobs.

I am currently using the open-source IDE "Integrated Development Environment" called Code::Blocks, which comes bundled with a fairly fresh GCC compiler. It's free and easy to set up.

http://www.codeblocks.org/home
Aug 15, 2014 at 2:48pm
I would set your brother up with mingw and notepad++.

It might take a little more work to get things installed and working properly, but having the only output be to console makes it simpler to figure out what is going wrong with code.
Aug 15, 2014 at 4:22pm
We use Visual Studio/Linux in my university.
But I heard codeblocks is good too. With notepad++ i think you need some sort of external launcher to run a program, not sure though.
Aug 15, 2014 at 4:46pm
clang has good error messages http://clang.llvm.org/diagnostics.html
Aug 18, 2014 at 3:12pm
thanks, I'l try them all. the one i use is code::blocks 13.12 with GNU GCC compiler/debugger.
Topic archived. No new replies allowed.