Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   C textbooks (http://www.chiefdelphi.com/forums/showthread.php?t=49885)

Rikithasta 09-11-2006 08:35

C textbooks
 
What do you think is the best book to learn a C programming from for a absolute beginner.

JamesBrown 09-11-2006 08:55

Re: C textbooks
 
Quote:

Originally Posted by Rikithasta
What do you think is the best book to learn a C programming from for a absolute beginner.

Practical C Programming
By Steve Oualine
I admit I havent used this book but I used the SQL and Java books in this series and thought they were awesome.

http://www.amazon.com/Practical-Prog...e=UTF8&s=books

Mike Shaul 09-11-2006 09:31

Re: C textbooks
 
I love The C Programing Language, it is short, concise and has just enough examples to be a great reference when programing in C. However, it does not go into programing design or algorithms, mostly syntax and basic concepts.

kaszeta 09-11-2006 09:54

Re: C textbooks
 
Quote:

Originally Posted by Rikithasta
What do you think is the best book to learn a C programming from for a absolute beginner.

You're actually asking two questions, what's a good book to learn programming, and what's a good way to learn the C language.

I agree with Mike Shaul in that there's really nothing better for the C language than Kernighan and Ritchie, but he's right, it doesn't discuss actually programming much. Practical C Programming is pretty good as well, but doesn't really do much discussion on programming.

I usually recommend Mastering Algorithms in C as a followon to either of these books that actually does a good job discussing algorithms.

ChuckDickerson 09-11-2006 22:00

Re: C textbooks
 
Quote:

Originally Posted by Mike Shaul
I love The C Programing Language, it is short, concise and has just enough examples to be a great reference when programing in C. However, it does not go into programing design or algorithms, mostly syntax and basic concepts.

I second the above comments. K&R wrote the original C language so they know what they are talking about. If you want to learn to program in C this really is THE book. If you need to know how to program you might want to look somewhere else first.

theycallhimtom 09-11-2006 22:56

Re: C textbooks
 
Around our lab the The C Programming Language by K&R is considered the "bible". It is a very good book to have.

shawger 15-11-2006 22:57

Re: C textbooks
 
Quote:

Originally Posted by theycallhimtom
Around our lab the The C Programming Language by K&R is considered the "bible". It is a very good book to have.

Another recommendation for this book. The reading is a bit heavy, but it will teach you everything you need to know.

TheOtherGuy 16-11-2006 00:10

Re: C textbooks
 
I liked the K&R book as well, it is a lot shorter than most of the other C books I have (and I have a lot of C books) and more concise. C for Dummies is a good one, though it is a long read (2 volumes because it was so long)


All times are GMT -5. The time now is 01:25.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi