I use Osborne's C/C++ Programmer's Reference--second edition (Herbert Schildt). It got me through Data Structures in C++ (at a time when I didn't really know C++ well at all). It is good because it covers the ANSI/ISO C99 standard and so forth. ISBN#:0-07-212706-6 (that last digit may vary due to the version and format of the book).
I have also used the old standard of the K&R book, but primarily for teaching students entirely new to programming (the ones whom have trouble writing a recipe for a PB&J sandwich in particular) while at SU. Drew Northup, N1XIM > -----Original Message----- > From: Aaron Stone [mailto:[EMAIL PROTECTED] > Sent: Monday, October 25, 2004 7:52 PM > To: DBMAIL Developers Mailinglist > Subject: Re: [Dbmail-dev] A good C reference? > > > 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 > > > > -- > > > > >