Click to See Complete Forum and Search --> : linux gui c/c++ compiler


Imin
04-26-2003, 01:19 PM
hello

aren't there any gui based c/c++ compiler for linux? i found that gcc is too confusing for me... perhaps maybe because i'm used to visual studio :p?

btw any good resource for newbie on how to use the gcc?

madcompnerd
04-26-2003, 01:53 PM
Kdevelop is like Visual studio on steroids.
Install the KDE development packages from your distro cd, because you also need all the development libraries for KDE.
It does KDE, QT, and Terminal apps.
It's been my savior for my c++ class, I hated visual studio.

I don't believe it has a VB style form editor, but that's good because nobody in their right mind could actually like that thing.

SPo0n
04-26-2003, 03:21 PM
try anjuta aswell. Kdevelop likes to make alot of files for simple projects

goon12
04-26-2003, 03:50 PM
Anjuta is my pick too

binaryDigit
04-26-2003, 10:49 PM
i'm also going to say go with anjuta.

kind of curious why you find gcc confusing though... what are you trying to do with it?

Imin
04-28-2003, 06:20 AM
kind of curious why you find gcc confusing though... what are you trying to do with it?
trying to start writing my program :D

emm...thanx a lot.... i'll try to get anjuta and kdevelop...btw..what is steroids?

X_console
04-28-2003, 08:46 AM
Originally posted by Imin
trying to start writing my program :D

emm...thanx a lot.... i'll try to get anjuta and kdevelop...btw..what is steroids?

ster·oid P Pronunciation Key (stîroid, str-)
n.

Any of numerous naturally occurring or synthetic fat-soluble organic compounds having as a basis 17 carbon atoms arranged in four rings and including the sterols and bile acids, adrenal and sex hormones, certain natural drugs such as digitalis compounds, and the precursors of certain vitamins.

ariell
05-03-2003, 11:11 AM
If you're about to write some cross-platform code, you might prefer KDevelop, for it comes with an "embedded" qt. the trolltech stuff really saves a lot of time of writing code that is usable under both unix and windows.

best,
ariell.