![]() |
C textbooks
What do you think is the best book to learn a C programming from for a absolute beginner.
|
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 |
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.
|
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. |
Re: C textbooks
Quote:
|
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.
|
Re: C textbooks
Quote:
|
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