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.
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.
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.
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.