

desertcart.com: C Programming: A Modern Approach: 8601300250168: King, K N: Books Review: The best book for learning the C Programming Language - I have tried several books on learning C, and this is by the far the most thorough and accessible book on the subject. Review: Good product - received within estimated, no damage, the book itself really good, loot of exercise and project
| Best Sellers Rank | #50,433 in Books ( See Top 100 in Books ) #3 in C Programming Language #13 in Computer Programming Languages #93 in Computer Software (Books) |
| Customer Reviews | 4.4 4.4 out of 5 stars (366) |
| Dimensions | 7.4 x 1.2 x 9.2 inches |
| Edition | 2nd ed. |
| ISBN-10 | 0393979504 |
| ISBN-13 | 978-0393979503 |
| Item Weight | 2.31 pounds |
| Language | English |
| Print length | 864 pages |
| Publication date | April 1, 2008 |
| Publisher | W. W. Norton & Company |
A**R
The best book for learning the C Programming Language
I have tried several books on learning C, and this is by the far the most thorough and accessible book on the subject.
C**G
Good product
received within estimated, no damage, the book itself really good, loot of exercise and project
Z**Z
A Modern Classic!
I am a first-year comp sci student (although I have a degree in an unrelated field) who was due to start an algorithm/problem solving class that would be focused on C. Although the class had no assigned textbook, I figured if I'm going to be using C, I'd better learn what I'm doing. I had tried previously to learn C with K&R, but I didn't make much progress. Too many of the programming practice problems given in K&R were frankly just too difficult for a beginner who is self-teaching. I decided to pick up another textbook. After extensive research, King's book seemed to be one of the most consistently and highly recommended. I started working through King's book a couple weeks before the class started to try and keep ahead of the class material. I can't say enough good things about this textbook. It is thorough but clear, and includes plenty of code examples to learn from. The programming exercises are just challenging enough to push you a bit beyond your comfort zone without feeling impossible, and there are many interesting problems to pick and choose from. There's enough material so that you can find many common standard library functions or core C concepts referenced over and over throughout the book. This really helps to see how the guts of C work in different contexts. The writing style is pleasant. King manages to keep what most would consider a very dry subject entertaining and fun, without losing any of the rigor you'd expect from a textbook. That's quite an achievement. Thanks partially to this book I finished the class with a perfect 100% score.
J**N
Great content but, some exercises are unclear. Less than half the answers are provided.
I am a novice C programmer. I've taken half a dozen courses on different languages. I've taken several courses on C. This book has great content and covers the right topics. The exercises are mostly understandable but, some I couldn't figure out what the problem was looking for. About 1/3 of the answers to the exercises are available at the provided URL at the beginning of the book. The answers to programming projects however are not available. To make matters worse, the projects ask that you modify programs that you don't have access to. To complete the problem, you have to retype in several pages of code. This is nuts! I emailed the author and he didn't reply for the rest of the answers. Lastly, whatever ink they used to print the book smells which is a bit distracting when reading it for hours. Overall, glad I purchased this book because I'm learning.
D**G
Best C Intro text
Great!
D**I
Great Book Great Price
I am enrolled in a College "C" Programming class. This book is the text for the class. The college bookstore did not order the text due to some bureaucratic snafu, could not say when they would have the text and told me the price would $118.00. In one of the first meetings of the class someone mentioned the book was/is available on Amazon. I checked Amazon and sure enough I could have the book in time for the next class meeting with 2nd day shipping. The real bonus was that including the purchase price of the book and 2nd day shipping I saved over $20.00 compared to waiting and buying the book, if and when it ever came in, at the college bookstore. As for the book it is well written and easy to understand. The author includes special notes defining the differences between "C89" and "C99". The book also explains how to obtain the GNU Bloodshed C++ integrated devlopment environment and compiler. The GNU project software downloads are all free including license to distribute. The book also includes multiple other web resources. The layout and progression of the book from basic to advanced topics is logical and concise (without being cryptic). The individual teaching this class is a PhD and the one who chose this text. I highly recommend this book for any one involved in teaching and/or learning the most current "C" programming language. It is a superior treatise on "C" programming. Donald R. Register II C Programming: A Modern Approach, 2nd Edition
S**R
The most thorough coverage of C99 and C89 C I've seen
Mr. King explains C with specific callouts to C89 vs. C99, important idioms to be aware of, and answers to frequently asked questions, with greater attention to detail than any other book I've read on any programming language. If you want to really know C, this is your book. Read every chapter is succession, do every exercise and programming project, and you will be proficient in C. Truthfully, I did not take that approach, as my goal was to establish a foundational understanding of C in order to pursue Objective-C programming. So I read the book nearly cover to cover, did most of the exercises and programming projects early on and just read the text in later chapters, and skipped what I knew would not be applicable to my Objective-C pursuits, and I walked away with a solid foundation in C. If your goal is to develop in C or any variant such as Objective-C, C++, etc., I would highly recommend starting with this book, and in the case of Objective-C, continuing with Robert Clair's Learning Objective-C 2.0: A Hands-On Guide to Objective-C for Mac and iOS Developers .
A**A
This is NOT a replacement for K&R
K&R (The C Programming Language) offers a deep learning experience with a terse writing style. KNK, on the other hand, is an introductory text to programming that takes a painfully slow approach to covering even the most basic programming concepts.
K**N
I usually hate textbooks because they’re expensive and full of useless filler. This textbook is expensive, but there’s zero filler here. Just concise explanations and good exercises. This was one of the few textbooks that I actually used often and it really helped me study. Definitely recommend it.
A**A
La bible du C
C**N
PIRACY COPY
L**N
Ho acquistato questo libro sotto consiglio di un mio docente universitario, e mai acquisto fu più gradito. Stiamo parlando del testo ufficiale pubblicato dagli ideatori del linguaggio C, e non c'è nessun altro prodotto in grado di raggiungere il livello proposto qui. Il testo è in inglese, molto comprensibile anche per chi ha meno familiarità con la lingua, ricco di esempi, e spiegazioni davvero esaustive. Tutto ciò che c'è da sapere sul C è contenuto al suo interno, infatti gli argomenti partono dai basilari per poi nel corso dei capitoli evolvere in nozioni sempre più elaborate, presentandosi con un ottimo percorso di apprendimento. Lo consiglio davvero a tutti coloro che vogliono imparare un nuovo linguaggio quale il C, uno dei più utilizzati in ambito lavorativo e formativo, ma anche a chi sta iniziando adesso un approccio alla programmazione. Come sempre Amazon rapidissimo, spedizione il giorno seguente e oggetto ricevuto dopo 3 giorni con spedizione gratuita. Un MUST da avere in libreria per chi adora l'informatica.
N**Y
This is a great book. And it also shows a new programmer the idioms in common usage in industry - that's very valuable. I've tried to learn C a couple of times and this book really got me into it. There are other famous books which are inferior to this one imo.
Trustpilot
Hace 5 días
Hace 2 meses