Possible duplicate:
C ++ IDE for Linux?
I am looking for a suitable IDE for me for C / C ++. I would not like to use projects, etc. The main idea that I accustomed to is to compile the file(do not build the project) and run the compiled program. So, things like code :: blocks, as well as M $ VC, are not for me ... well, there is an IDE FreePascal that looks exactly as I would like - I can just open the source file, run it with one the key, debug it (also the next step, but also execute the cursor and breakpoint), without seeing how gdb works, open the clock windows and so on. Is there something with similar features for C / C ++? I'm tired of editing everything in a FAR / midnight internal editor and compiling than with g ++ -o <> and sometimes using gdb from the command line when all else fails. I don't care if this is a text or graphical interface, but I just want it to be simple and free. Better if there is a highlight (maybe even a basic syntax check), very good,if the IDE can work as with memcheck / valgrind ... Any suggestions please?
source
share