![]() |
| | #1 |
| Android Join Date: Mar 2004 Location: Ceylon
Posts: 314
| Good Linux GUI Compiler i'm self-learnning C++ programming under Windows 4 some time now, and now i wanna try it on Redhat Linux. What's the best C++ compiler-editor-debugger, that's got a neat GUI (like MSVC++ 6.0 for windows) that i can get 4 Linux? Thanks a lot 4 any help.
__________________ some useless programs : http://geekat02.webs.com/index.htm (sorry for the amature english) |
| geek@02 is offline | |
| | #2 |
| Registered User Join Date: Sep 2005
Posts: 4
| i think you mean IDE not gui here are some (gpl): ---- full IDE--------------- http://www.anjuta.org/ http://www.kdevelop.org/ -------------------------- --just gui debug------ gdb+ddd gdb+insight ----------------- good source browsing for large projects snavigator (rather old , but i like it for source browsing on larger projects) |
| tomsky is offline | |
| | #3 | |
| Registered User Join Date: Feb 2005
Posts: 416
| QTDesigner ( included with most distros, as is kdevelop )Here is a good source of applications for linux, organised by category.
__________________ Quote:
| |
| Jaqui is offline | |
| | #4 |
| Registered User Join Date: Jul 2003
Posts: 450
| I am learning to code with QT, and prefer coding over using the designer. Kdevelop has qt app under its projects so it assists in compiling. Very nice. |
| curlious is offline | |
| | #5 |
| c n00b Join Date: Sep 2005 Location: Fort Collins, CO
Posts: 7
| KDevelop is for KDE, and Anjuta is for GNOME. If you're looking for something a little more agnostic, there are other tools out there. For instance: Code Crusader: This is a GUI front-end for the standard free unix/Linux development tools, and as such is a fantastic tool to use for familiarizing yourself with C/C++ development on the unix/Linux platform in general. It's a well-regarded free IDE, as well. GNAT Programming System: This is an IDE for C and Ada development. It uses GTK and Python on the back end, in case that matters to you. Since it uses GTK, it's not quite as GUI-agnostic as Code Crusader and Motor. More information, and a screenshot, are HERE. Unlike Code Crusader, this one is available through the Debian apt system, package name gnat-gps. Motor: This is a text-mode IDE for Linux, in case that appeals to you. It uses a curses-based interface and, like GNAT Programming System, is available through the Debian apt system, package name motor. I'm partial to ProjectCenter. It's the native IDE of GNUstep, and supports a wide range of languages, including C, C++, and Objective C. I prefer to have it use Vim as the text-editor, rather than the integrated editor, but that's a matter of personal taste I suppose. It's essentially a clone of the Project Builder IDE developed for the NEXTstep OS. Project Builder was widely hailed as the easiest development environment available for a while, and without it we might not have the World Wide Web (if I recall correctly, Project Builder was used to develop the first web browser). ProjectCenter, too, is available through the Debian apt system, package name projectcenter. ProjectCenter isn't exactly GUI agnostic, either, being optimized for use with GNUstep and GORM (the GUI-builder toolkit for the GNUstep framework), but it's easily used for developing for other environments as well. I mention the Debian package system because Debian has the most extensive free software package archives in existence, as far as I'm aware. Thus, if it's not available in the Debian apt archives, it's probably not available in the archives of whatever other distro's binary package management system you happen to be using. As popular as Code Crusader is, it doesn't seem to be available for easy download and install as a binary package. |
| apotheon is offline | |
| | #6 |
| Just kidding.... Join Date: Jun 2003
Posts: 223
| Hi I also use Anjuta for my C/C++ projects. But anjuta requires gnome libraries to run. I heard about "Mono" but never used it. I checked the offical web site and like the screenshots! So, you can give it a chance Here is the address http://www.mono-project.com/Main_PageHope helps... |
| fnoyan is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GUI using C in LINUX | leo2008 | C Programming | 2 | 04-07-2009 11:00 PM |
| added start menu crashes game | avgprogamerjoe | Game Programming | 6 | 08-29-2007 01:30 PM |
| Whats A Good Compiler? | katocan | C++ Programming | 14 | 06-28-2005 11:00 AM |
| Linux C++ Compiler | LiX | C++ Programming | 12 | 12-10-2004 06:08 AM |
| Good C Compiler to use for learning??? | TR15220 | C Programming | 2 | 12-10-2003 11:54 AM |