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?
I've downloaded MinGW and I require an IDE for compiler. I'm going for eclipse atm, which one would you suggest?
| ||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Eclipse is good. Netbeans is good. DevC++ is good. Now you choose :-) | |||||||||
feedback
|
|
Eclipse is quite good, haven't tried any other IDE so can't comment further | |||
|
feedback
|
|
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 | |||
|
feedback
|
|
I have used DevC++ and I have heard good words for Code::Blocks. | |||
|
feedback
|
|
| |||||
feedback
|
|
Visual Studio supports choosing your own compiler and build system, so it should work with gcc, but I haven't used the combination myself. | |||||
feedback
|