As the question says, I wonder if the default ubuntu compiler, g++, has graphical user interface.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
g++ is strictly only the compiler and so operates solely from the terminal. However, there are many good graphical IDEs that make use of the g++ compiler such as Code::Blocks, Qt Creator, Anjuta, and Eclipse with the CDT plugin. |
|||
|
|