C programming in Fedora Core

This is a discussion about C programming in Fedora Core in the Everything Linux category; 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.

Everything Linux 1798 This topic was started by , . Last reply by ,


data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
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.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jul 24
Created
Jul 26
Last Response
0
Likes
2 minutes
Read Time
User User User User
Users

Responses to this topic


data/avatar/default/avatar08.webp

165 Posts
Location -
Joined 2004-01-30
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.

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
OP
I mean something like KDevelop but simpler to use.

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
OP
I'm using Anjuta and I'm really happy with it. Thanks for all your help guys!

data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
OP
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.

data/avatar/default/avatar04.webp

94 Posts
Location -
Joined 2003-12-30
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.