What tools do you use to develop C++ applications on Linux? [closed]
I use a bunch of terminal windows. I have vim running on interesting source files, make and g++ output on another for compiler errors or a gdb session for runtime errors. If I need help finding definitions I run cscope and use vim’s cscope support to jump around. Eclipse CDT is my second choice. It’s … Read more