Best C++ Compiler and IDE?

Jun 6, 2012 at 12:03pm
Hey guys, I just wanted to ask...

What is the best C++ Compiler and IDE for you guys?
I'm currently using Code::Blocks, and previously Dev-C++.
I know that Code::Blocks is updated all-in-all, but.
Do you know another free C++ Compiler which is, perhaps, more powerful?
If no, then it's okay.
Jun 6, 2012 at 12:18pm
closed account (3hM2Nwbp)
powerful


I wouldn't call it more powerful, but I've always found that Microsoft's VC compilers were always much more intuitive than alternatives. They come bundled (no configuration required) with their Visual Studio product.
Jun 6, 2012 at 1:06pm
Neither of those are compilers. Commonly, they use the (MinGW port of the) GCC compiler.

The LLVM compiler is pretty good and has some lovely error messages.
Jun 6, 2012 at 6:49pm
You can check out eclipse. I think it's a pretty popular IDE.

http://www.eclipse.org/downloads/moreinfo/c.php
Jun 6, 2012 at 7:50pm
It depends on you for me best is Geany. It is small and easy to use, as I want to learn how to program first, or not how to use big IDE. And for me it is ease to program on linux (ubuntu), than on win. And compiler is gcc as it supports C++11.
Jun 6, 2012 at 9:38pm
Windows Compiler : MinGw , IDE : Eclipse
Unix Compiler GCC , IDE Eclipse( or Emacs, what else)
Jun 7, 2012 at 3:17am
I use NetBeans because I started out programming in Java and it also supported C++, which I learned later. I have not noticed any major problems and it's relatively easy to use.
Topic archived. No new replies allowed.