|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
C textbooks
What do you think is the best book to learn a C programming from for a absolute beginner.
|
|
#2
|
||||
|
||||
|
Re: C textbooks
Quote:
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 |
|
#3
|
||||
|
||||
|
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.
|
|
#4
|
||||
|
||||
|
Re: C textbooks
Quote:
|
|
#5
|
|||
|
|||
|
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.
|
|
#6
|
|||
|
|||
|
Re: C textbooks
Quote:
|
|
#7
|
|||||
|
|||||
|
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)
|
|
#8
|
||||
|
||||
|
Re: C textbooks
Quote:
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. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|