I can only suggest K&R, 2nd edition and lots of practice. I've also used Efficient C Programming by Weiss, but it's got a lot of errors that you need to either try the exercises or already know C to catch.
Based on your Python comments earlier, I'm assuming that you already program quite a bit, but haven't used C much. My guess is that the only confusing things are *, ** and &. For those, there's a really good cartoon guide that explains them very visually, but I can't remember the name of it :-[ Aaron [EMAIL PROTECTED] said: > Hello, > > Could anyone point me to a good C language reference? I have some ideas > for the _ic_fetch() improvement (especially the CVS HEAD version, with > is_header) that I'm not sure how to implement; a language reference would > help. > > I have already tried Google, with no luck. > > Yours, Mikhail Ramendik > > > > _______________________________________________ > Dbmail-dev mailing list > Dbmail-dev@dbmail.org > http://twister.fastxs.net/mailman/listinfo/dbmail-dev > --