Possible Duplicate:
C++ IDE for Linux?
what is the best IDE to develop large c/c++ apps on Linux which will provide capabilities to debug/search references etc.
Possible Duplicate:
C++ IDE for Linux?
what is the best IDE to develop large c/c++ apps on Linux which will provide capabilities to debug/search references etc.
The Eclipse CDT has worked well for me. It provides indexing for fast searches and even some refactoring methods and has a UI for debugging. I used this how-to, Eclipse/CDT on Linux and Mac OS X, to get started.
Vim. It takes much investment to learn it, but once you do, you'll never go back. Check out the several other stackoverflow posts on Vim and what it can offer you.