开发者

Does GCC have a GUI? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

The community reviewed whether to reopen this question 9 months ago and left it closed:

Original close reason(s) were not resolved

Does GCC have a GUI or Graphical IDE?

Edit:

I'm on Windows Vista /7 OR Ubuntu 9.10. I'm loo开发者_如何学Goking for something beginner-friendly. I've used Flash CS3 for 2 years and been doing HTML for 6. I have toyed briefly with Java and once or twice tried C++. I prefer working on Windows for now.


Plenty. Just to name a few, in no particular order:

  • Eclipse

    Does GCC have a GUI? [closed]

  • KDevelop

    Does GCC have a GUI? [closed]

  • Anjuta

    Does GCC have a GUI? [closed]

  • MonoDevelop

    Does GCC have a GUI? [closed]

  • Code::Blocks

    Does GCC have a GUI? [closed]

  • Qt Creator

    Does GCC have a GUI? [closed]

  • On Mac, Xcode

    Does GCC have a GUI? [closed]

  • On Windows, Dev-C++

    Does GCC have a GUI? [closed]

  • Not real IDEs but still very popular development environments: Emacs, Vim

(As notnoop has noted, there is no official IDE but there are many standalone IDE applications that support targeting GCC)


No. gcc is a compiler! There are many IDEs that use gcc underneath the hood.

The choice of the IDE is dependent on the language you desire. For Objective-C, pretty much the only supported IDE is XCode on Mac OS X. XCode is bundled with Mac OS X (at least available for free online).


gcc is just a compiler, not an IDE.

On Windows you can use its MinGW port.

On Linux IDEs like emacs,vim,geany,code::blocks,netbeans use gcc as their compiler.
On Windows IDEs like Dev-Cpp, Code::Blocks, etc support MinGW port of gcc

EDIT :

ON Windows you can use Code::Blocks(my favourite) that comes bundled along with MinGW compiler or you can also use MSVC++ IDE(but I think it has a broken compiler :P)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜