Does GCC have a graphical interface?

Does GCC have a graphical interface or graphical environment?

Edit:

I am on Windows Vista / 7 or Ubuntu 9.10. I am looking for something beginner. I used Flash CS3 for 2 years and made HTML for 6. I played short with Java and tried to use C ++ once or twice. I prefer to work on Windows at the moment.

+5
source share
3 answers

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

( notnoop, IDE , IDE, GCC).

+24

. gcc - ! IDE, gcc .

IDE . Objective-C IDE XCode Mac OS X. XCode Mac OS X ( , ).

+14

gcc - , IDE.

Windows MinGW.

Linux IDE, emacs, vim, geany, code:: blocks, netbeans gcc .
Windows IDE, Dev-Cpp, Code:: Blocks .., MinGW gcc

EDIT:

On Windows, you can use the Code :: Blocks (my favorite) that comes with the MinGW compiler, or you can also use the MSVC ++ IDE (but I think it has a broken compiler: P)

+2
source

All Articles