Jump to content
Compatible Support Forums
Sign in to follow this  
iamroot

C programming in Fedora Core

Recommended Posts

I'm learning how to program in C now and looking for a good IDE which could make my life alot easier=) Could anyone recommend one either than KDevelop? I've tried KDevelop out and it's a little too complicated for me.

Share this post


Link to post

IDE? You mean like Kedit, kwrite, Gedit, or GVim. That's why I use for writing my programs in C, then from the terminal window I use either cc or make. Linux makes thing very simple for me.

Share this post


Link to post

I'm using Anjuta and I'm really happy with it. Thanks for all your help guys!

Share this post


Link to post

Could anyone point me to any resource where I can learn more advanced C. I'm learning C from a book and it's kinda basic.

Share this post


Link to post

One good web source that I used for a Unix class I took recently is linuxselfhelp. I has some good advice for Linux in general, and covers advanced topics like an in-depth view of glibc, and good details on debugging with GDB:

http://www.linuxselfhelp.com/cats/programming.html

 

Two good print sources I have are:

1) The C Programming Language, Kernighan/Richie, Prentice Hall

 

and

 

2) C A Reference Manual 5th ed Harbison/Steele, Prentice Hall

 

 

The Material in [2] is somewhat similar to what you will find on linuxselfhelp, but it is a good text.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×