IDE for gcc compiler [duplicate]
Possible Duplicate:
Does GCC have a GUI?
I've downloaded MinGW and I require an IDE for compiler. I'm going for eclipse atm, which one would you suggest?
Eclipse is good.
Netbeans is good.
DevC++ is good.
Now you choose :-)
Eclipse is quite good, haven't tried any other IDE so can't comment further
QtCreator also has a lot of nice capabilities.
I would avoid Dev-C++ because the compiler is horribly outdated, and it has been dead for a long time
I have used DevC++ and I have heard good words for Code::Blocks.
- Emacs along with ECB is good!
- Eclipse along with CDT is fine!
Visual Studio supports choosing your own compiler and build system, so it should work with gcc, but I haven't used the combination myself.
精彩评论