| Overview
There are lots of introductory C books, but this is the first one
that has the no-nonsense, practical approach that has made Nutshell
Handbooks(R) famous. C programming is more than just getting the
syntax right. Style and debugging also play a tremendous part in
creating programs that run well and are easy to maintain. This book
teaches you not only the mechanics of programming, but also
describes how to create programs that are easy to read, debug, and
update. Practical rules are stressed. For example, there are
fifteen precedence rules in C (&& comes before || comes
before ?:). The practical programmer reduces these to two:
Contrary to popular belief, most programmers do not spend most of
their time creating code. Most of their time is spent modifying
someone else's code. This books shows you how to avoid the
all-too-common obfuscated uses of C (and also to recognize these
uses when you encounter them in existing programs) and thereby to
leave code that the programmer responsible for maintenance does not
have to struggle with. Electronic Archaeology, the art of going
through someone else's code, is described. This third edition
introduces popular Integrated Development Environments on Windows
systems, as well as UNIX programming utilities, and features a
large statistics-generating program to pull together the concepts
and features in the language.
Editorial ReviewsProduct DescriptionThere are lots of introductory C books, but this edition of Practical C Programming is the one that has the no-nonsense, practical approach that has made Nutshell Handbooks(R) so popular. C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. Practical C Programming teaches you not only the mechanics of programming, but also how to create programs that are easy to read, debug, and maintain. This third edition introduces popular Integrated Development Environments on Windows systems, as well as UNIX programming utilities, and features a large statistics-generating program to pull together the concepts and features in the language. |
Other Readers Also Read | Top Sellers in This Category | Browse Similar Topics | | | Top Level Categories:Sub-Categories: | | | | |
Reader Reviews From Amazon (Ranked by 'Helpfulness') Average Customer Rating: based on 49 reviews. Actually 3 1/2 Stars, 2009-02-24 Reviewer rating: Well, first off I'd like to mention I am not a programmer, and actually come from more of an engineering discipline. I'm not totally new to programming concepts having done work with assembly language along with some basic unix shell scripting tasks in the past.
I picked up this book primarily because I was looking to learn more about the internals of unix systems but needed a primer on the C language first.
For me, the book wasn't very engaging. It is technically correct, but throughout the text I felt there was simply something missing that failed to keep me wanting to read it. Apologies in advance if other readers feel I am being vague or too subjective, but in reality it may have a lot more to do with the way I tend to personally learn, and the particular writing style this author has. Again, I remind those reading this review of my stated purpose for picking this book up in the first place: that is, priming myself on the fundamentals of the C language.
The book itself has a neo-textbook feel in that it provides programming exercises throughout the book to practice on the concepts touched upon. There are also helpful diagrams and figures that help explain subjects such as arrays and stacks.
Overall a decent piece of work.
Personally, I feel for the way I tend to learn new information, the book C Programming Language (2nd Edition) by Brian W. Kernighan and Dennis M. Ritchie is going to be my goto book for continuing to learn this amazing programming language.
For me, this book has a cleaner flow to it but readers totally new to programming in general might want to have a look at Practical C as it may better suit them.
| great for self-learners, 2006-08-03 Reviewer rating: For anyone who has suffered through trying to read a beginners book on C only to end up getting lost half way through, you will find this book a huge relief. This book stresses things like how code so from a perspective of communicating logically. And how to comment thoroughly so their is no doubt what the code does. This is not the end all book on C, so you will want to move on to more advanced books on C after this one. | File Creation!, 2006-05-19 Reviewer rating: This book starts off very strong and the author is very clear and concise. I learned alot... but then something happens... the author decides to wait for covering floats until after he covers File I/O and he rushes through that. I was completely left hanging with not one example of writing data to a file and the author expected me to be able to complete an exercise in which I need to write data to a file. After this...the next chapter back tracks to covering Floats... which should have been covered previously with the other data types. | Perfect for beginners, but recommend a second book!, 2006-02-08 Reviewer rating: First of all, this book was absolutely wonderful. It did a very good job teaching me how to write C with very little knowledge of the language. However, there were some things that the author did (and skipped over) that are cleared up in "The C Programming Language", by Dennis Ritchie. I would definitely recommend this book to someone who doesn't have very much knowledge of C, because the writing style is clear and easy to follow. The author, for the most part, does a great job of explaining difficult concepts in an easy to understand manner; such as linked lists and trees. Once again, I would recommend another book as a follow up, such as "Expert C Programming". | A very good book for beginners... , 2006-01-14 Reviewer rating: This is a very good book, but it has two problems:
1.- It is a little bit messy. For example, there are some control statements that are not with the others, not even in the same chapter... they are almost at the end of the book! why?! (The author said that those statements "are hardly ever used in real programming", which is true... but I think that order is a priority in a programming book).
2.- THIS BOOK IS VERY GOOD, but FOR BEGINNERS.
If you are NOT an expert C programmer, this book will be very good for you. You'll learn a lot of basic and very useful features about C language; you'll also learn some advanced features. But if you are an advanced C programmer, maybe you will learn just a little bit more than you already know...
However, this book has A LOT OF VERY INTERESTING INFORMATION (not only related with C language), for example: when you make a "right shift"... the new bits are 1 or 0?, or which operation is more "expensive" (slower): a printf() or a malloc()? etc., etc...
So, I think this is not a bad book... It is like an easier version of "The C programming language (Kernighan/Ritchie)", I mean: A very very good book for beginners... it is also a nice book for advanced programmers.
If you want to learn C from the very beginning, I recommend this book.
If you already know C and you want to know ADVANCED features... well... you can have this book in your collection but... get an advanced book.
P.D:
You can see the index and the table of contents of this book... SEE IT BEFORE YOU BUY IT!!! : ) |
Some information above was provided using data from Amazon.com. View at Amazon > |
| |
|
|