C/C++ IDE for FreeBSD


 
Thread Tools Search this Thread
Top Forums Programming C/C++ IDE for FreeBSD
# 1  
Old 11-12-2002
Question 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??
# 2  
Old 11-22-2002
Lightbulb

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
http://freshmeat.net/browse/65/?topic_id=65


Good luck Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

IDE for C programs on AIX

Hi, I need an IDE for my C application based on AIX 5.3 is there any IDE that I could use directly in AIX or I have to use X window server to visualise it on windows? Thanks in advance Hasnaa (3 Replies)
Discussion started by: SteAlma
3 Replies

2. Programming

C++ ide

Hi, I'm using command line for editing(vi), building(make), debugging(gdb) applications written in C++ . To which IDE it is easyest/fastest to move such command-line project. Seems that SlickEdit requires to do mass of settings to create its own project. (6 Replies)
Discussion started by: mitan_shahverdy
6 Replies

3. Linux

Any IDE's for Linux??

I know we are supposed to be using UNIX as a collection of tools but are there any big applications where I can run/test C programs without exposing the poor things to the outside world? :D (3 Replies)
Discussion started by: treedroppings
3 Replies

4. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

5. Filesystems, Disks and Memory

shift hard disk from primary IDE channel to secondary IDE channal

Wellcomes All, some times ago I 've installed a Debian ditribution on an Hard Disk who was set as Primary Master. Few days ago, I 've decided to install another Hard Disk with a different Operating System. When I did that, I turned off the old hard disk, and I mouted the new one on the Primary IDE... (1 Reply)
Discussion started by: thekarsillo
1 Replies

6. HP-UX

netbeans IDE on Hp-UX

Can netbeans IDE be installed and used on hp-ux? Sorry I know this is more java specific but does anybody have any experience with this? There does not seem to be any specific installation or support from netbeans. (0 Replies)
Discussion started by: domestos
0 Replies

7. Programming

IDE's for C++ and..ADA ?

I am looking for and IDE or at least a compiler that can handle calls from ADA to C++, including classes and whatnot. I am talking about the AIX platform (RS6000). I have tried Rational's ApexDuo but it sucks. Does anyone know a better solution ? Pure C++ compilers that are better than IBM's... (0 Replies)
Discussion started by: Seeker
0 Replies
Login or Register to Ask a Question