I'm just starting to get into c++ development and am experimenting with different IDEs. I was curious about what everyone's favorite IDE is and why that made that decision.
I've tried:
Visual C++ 2012 express
Code::Blocks
Eclipse CDT
So far, my favorite has to be Eclipse CDT. That may be because I come from a background of Java and the environment is familiar to me. I didn't really like Visual C++ because I'm not a fan of the way it highlights your code. Although it's a ton faster than Eclipse, I still feel more comfortable in Eclipse. Perhaps I just need more time in Visual C++.
So anyways, what is your IDE of choice and what preference changes do you think are the most important for efficient development?