LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   IDE for C/C++ (https://www.linuxquestions.org/questions/programming-9/ide-for-c-c-172111/)

nina802 04-19-2004 12:54 PM

IDE for C/C++
 
Beside KDevelop, and Eclipse, is there any free IDE for C/C++ which works under LINUX Operating System?

Stack 04-19-2004 12:59 PM

Anjuta

nina802 04-19-2004 01:31 PM

Is Anjuta support something like QT or some similar tools which allows me to create and design windows, dialogs, ...?

Stack 04-19-2004 02:25 PM

Quote:

Originally posted by nina802
Is Anjuta support something like QT or some similar tools which allows me to create and design windows, dialogs, ...?
Anjuta is a just a pretty face for gcc, so it can do anything gcc can do...

contrasutra 04-19-2004 04:05 PM

You can use GLADE to design GTK UIs. You can then use your favorite editor/IDE to do the actual code.

Mara 04-19-2004 04:27 PM

You can also use Kylix (latest version supports C/C++).

laceupboots 04-19-2004 07:23 PM

Why not just use g++? emacs or kate are both good editors that have a terminal so you can compile and debug programs in the editor.

Tinkster 04-19-2004 07:51 PM

If you like NCurses (or the look and feel of
TurboVision) there's Rhide and Motor ...


Cheers,
Tink

ywchen2000 04-19-2004 11:29 PM

g++ and vim


All times are GMT -5. The time now is 01:36 AM.