View Full Version : need a GUI
Specialsauce
November 26th, 2005, 07:01 PM
is there any frontend for G++ or something that will add a gui, one thats available through apt-get? i would like to be able to compile C++ stuff without having to go into the command line. it would just be alot nicer to use a graphical thing rather than the terminal. can anyone recommend anything
David Marrs
November 28th, 2005, 09:14 AM
I'd be surprised if a stand-alone interface exists, although I've seen weirder things in the open-source world. Most IDEs have interfaces to the make utilities built in, which makes the most sense for a graphical interface. Ajunta is probably the most popular example for gnome, but even text editors like vim and emacs do it.
otake-tux
November 28th, 2005, 11:29 AM
http://www.bloodshed.net/download.html
thats just what you want. it compiles with the click of a button that says "compile".
though I dont really get why you want this feature. whats so dificult about typing "g++ filename.cpp -o filename"?
thumper
November 28th, 2005, 11:41 AM
or even a two line makefile and
make
Drakx
November 28th, 2005, 11:59 AM
Just a quick question
Whats the best x-platform C gui tool kit must be x-platform as i intend to develop in windows as well also an easy to use and install gui toolkit too please
thanks
Biased turkey
November 28th, 2005, 03:13 PM
is there any frontend for G++ or something that will add a gui, one thats available through apt-get? i would like to be able to compile C++ stuff without having to go into the command line. it would just be alot nicer to use a graphical thing rather than the terminal. can anyone recommend anything
Anjuta is available via apt-get, so is Kdevelop ( KDE required )
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.