PDA

View Full Version : Recommended C Books


darthsabbath
January 13th, 2006, 02:13 AM
Hi all... looking for a good book on C. I know the biggie is K&R, but I've heard as many negative reviews as positive. The two I'm looking at are "Programming In C" by Stephen Kochan and O'Reilly's "Practical C Programming." Any thoughts, other recommendations?

Phil

Viro
January 13th, 2006, 04:16 AM
It depends on what you already know about C and programming in general. If you're already well versed in the language's syntax, you might want to look for "C Unleashed" by Sams publishing. I don't know if it's still in print but it is a very good book for honing your C skills.

For introductory stuff, seeing as C is such a small and simple language, just about any tutorial will do.

Buffalo Soldier
January 13th, 2006, 04:30 AM
I've read and done the exercise in "Programming In C" by Stephen Kochan. Works for me :) glad I got the book.

coredump
January 13th, 2006, 07:47 AM
I have a copy here of "C: a Reference Manual" by Samuel P. Harbison and Guy L. Steele Jr. It's not a tutorial, but a good reference on the C language.

I also have "C Style Standards and Guidelines" by David Straker. Handy if you're involved with setting up a C coding standard for an employer.

I'd make a positive vote for "The C Programming Language", but as you say, it's not everybody's cup of tea.

darthsabbath
January 13th, 2006, 01:31 PM
I'll be honest, I know VERY little C. I've been programming in Python for about 6 months, and I've got some Pascal, PHP, and Javascript experience as well.

But I'd like to get closer to the machine, find out how computers truly work, and am actually about to purchase "Write Great Code Vol 1: Understanding the Machine".

I think C would be a nice compliment to this.

Phil

noob_Lance
January 13th, 2006, 03:19 PM
C Primer Plus... email me for an E copy if you want lol

rock freak
January 13th, 2006, 03:39 PM
O'Reilly's "Practical C Programming."

definatly get this book im half way though it at the moment and its great!!

Mike Buksas
January 13th, 2006, 03:48 PM
I liked "Pointers on C" by Kenneth Reek. Looking at Amazon, it seems egregiously expensive new. If you can find a used copy, I highly reccomend it.

Azion
January 13th, 2006, 08:23 PM
I have one the Dummy books, not great, I'm sure there's alot more out there

Omnios
January 13th, 2006, 08:31 PM
This may interest you.

http://www.techbooksforfree.com/ccpp.shtml


How to think like a computer programmer C++
http://www.greenteapress.com/thinkcpp/

Azion
January 13th, 2006, 09:04 PM
Cheers Omnios.
Good links