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?

link|improve this question

40% accept rate
eclipse is fine. – Crazy Eddie Jan 16 '11 at 11:27
feedback

closed as exact duplicate by therefromhere, Konrad Rudolph, Prasoon Saurav, Greg Hewgill, marcog Jan 16 '11 at 18:59

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.

6 Answers

Eclipse is good.

Netbeans is good.

DevC++ is good.

Now you choose :-)

link|improve this answer
2  
I thought DevC++ hasn't been updated for years? – delnan Jan 16 '11 at 11:41
is Code::Blocks not on your good IDE list? – user15353 Jan 16 '11 at 15:39
@user15353 never tried it, sorry – Federico Culloca Jan 16 '11 at 16:14
feedback

Eclipse is quite good, haven't tried any other IDE so can't comment further

link|improve this answer
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

link|improve this answer
feedback

I have used DevC++ and I have heard good words for Code::Blocks.

link|improve this answer
feedback
  • Emacs along with ECB is good!
  • Eclipse along with CDT is fine!
link|improve this answer
What's a CDT? – user15353 Jan 16 '11 at 13:30
@user15353 C/C++ Development Tooling. Have you checked that link? – Federico Culloca Jan 16 '11 at 16:21
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.

link|improve this answer
This is shooting yourself in the foot: there would be no debugging, error on lineXX->source click shortcut etc... not a good idea. Every other IDE has more support for GCC IMHO. – rubenvb Jan 18 '11 at 14:53
OK ... good to know. Still VS can serve as a smart viewer for your code base. – reinierpost Jan 18 '11 at 19:46
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.