Hi Ford, you need to learn how to use "command line" programming.
The IDE concept looks good to a beginning programmer but when you get to a
serious program with 50 - 1000 functions, you need to have a serious
Makefile and a library of functions. 

For now on Linux just make a directory off your home called c-prog or like
that and do your program writing there with joe, or if you prefer vi. To
compile the file gotcha.c you simply type gcc gotcha.c and it will either
give you a.out, the result or a guess about errors in your function(s).



On Fri, 21 Aug 1998, Ford Prefect wrote:

> I'm a C programmer, and am used to (don't hit me) Windows programs, mainly
> the Borland family of IDEs.  Could someone direct me towards a couple
> books that explain GCC, and mainly GDB?  I know how to get what I need out
> of a graphical IDE, but since I'm making the transition to Linux
> full-time, I figure I've got to learn how to use GDB sooner or later, and
> the man pages just don't give me enough hand-holding.  
> 
> Glynn, I CC'd you because you seem to be one of the "higher-ups" in the
> Linux programming world, thought you might have an idea off the top of
> your head where I should turn for assistance.  Thanks all.
> 
> 
> ---
> Steve Huston - Rowan University Comp Sci Major
> New Jersey, USA
> PGP Public keys: 
> DSS/DH 0x0A529FF8 fp: C38F 274B F2A8 CE5A 60A5  A8E9 C7B9 AEDD 0A52 9FF8
> RSA 0xC373028D    fp: ADE0 854D 753E EB53  9DFA 5F04 8283 CC99
> 
> "And no one sings me lullabies,
>  and no one makes me close my eyes;
>  And so I throw the windows wide
>  and call to you across the sky" --Pink Floyd, "Echoes"
> 
> 

Best wishes 

   - Karl F. Larsen, 3310 East Street, Las Cruces,NM (505) 524-3303  -

Reply via email to