Possible Duplicate:
C++ IDE for Linux?
I'm looking for a suitable for me IDE for C/C++. I'd like not to use projects etc, the main idea that I've accustom is to compile a file (not build a project) and run a compiled program then. So things like code::blocks as well as M$ VC are not for me... well, there is FreePascal IDE that is fully looks like I'd like to - I can simply open a source file, run it with one key, debug it (aka step and next, but run to cursor and breakpoint also) without seeing how gdb actually works, open watch windows and so on. Is there something with similar features for C/C++? I'm tired of editing everything in FAR/midnight internal editor and compile than with g++ -o <> and sometimes use gdb from command-line when nothing help. I don't care if it is text-based or GUI but I just wish it to be simply and free. Better if there is highlight (maybe even basic syntax checking), would very good if IDE can work like or with memcheck/valgrind... Any suggestions, please?