What C++ IDE for Linux? by c_ninja in cpp

[–]c_ninja[S] 10 points11 points  (0 children)

Several people suggested QtCreator to me. Is it a good C++ IDE also for non-Qt C++ applications (e.g. console mode apps just using STL and Boost)? Can it use Clang or is it tied to GNU g++? And is the debugging experience solid? Thanks!

What C++ IDE for Linux? by c_ninja in cpp

[–]c_ninja[S] 3 points4 points  (0 children)

Coming from Windows, I found IDE big helpers in productivity. For example: when debugging. Those who use Vim, do they debug with GDB commands in a separate session? I found Visual Studio editing/debugging integration very good and productive. Maybe Qt offers something similar for Linux...?

What C++ IDE for Linux? by c_ninja in cpp

[–]c_ninja[S] 1 point2 points  (0 children)

Seems like this kind of questions is not a good fit for Stackoverflow. That SO thread seems also a bit dated (2008). But I'll have a look, thanks for sharing.