C/C++ IDE for FreeBSD

Hi folks

I'm looking for a easy-to-use C/C++ IDE to develop application for X-windows on FreeBSD (window manager is OpenBox, and I don't have KDE/Gnome installed)!
Is there a good programming IDE for this??

it shoudln't matter wether you have KDE or GNOME installed as long as you have the libraries for whatever toolkit you use (the most common being QT and GTK+).

I personally prefer QT and the QTDesigner IDE

Here're a few links that might help you on the way:

QT http://www.trolltech.no/
GTK+ http://www.gtk.org/

http://doc.trolltech.com/3.0/designer-manual.html

Good luck :slight_smile: