Most Helpful Customer Reviews
5 of 5 people found the following review helpful:
5.0 out of 5 stars
Very informative and easy to follow., August 14, 1999
C by Dissection, Third Edition is a great book. It is very easy to understand and provides a lot of information. The dissections of programs and explanations of the various features of the C language are very informative, clear, and consistent, which makes things very understandable and easy to follow. After explaining major features and terms in the chapters, the exercises that follow them let the reader put their newly learned knowledge to practice and further strengthen their coding skills. This book can be useful for both beginners and experienced programmers. Things such as advice on coding style and structured programming, system considerations for code portability, and forewarnings of common programming errors to avoid, help the programmer develop good coding habits and increasing skills. For those who want to learn C++, there is a "Moving to C++" section available at the end of each chapter and near the end of the book, which describe the new features of C++ and how to use them. The appendixes at the very end of the book provide a complete reference of functions and macros in the standard library, communicating with the preprocessor, explanations on bitwise operations, a comparison of ANSI C to Traditional C, and other useful guides. I've had a great learning experience reading this book, and recommend it to anyone who wants to learn C and C++. -DVS01
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
7 of 8 people found the following review helpful:
5.0 out of 5 stars
Read for Knowledge, March 16, 2000
I have read all of the reviews above. People either hate this book or love it. I teach C programming at a state university and use this book in a series of C class from beginning to advanced. This book is not for the type of person that enjoys the "learn X in 21 days" concept. This is for those who wish to learn the subject in its entirety and understand WHY things work like they do. This book not only gives explainations in detail (such as short circuit evaluations) but it also gives several other options for coding the same solution. This is a book to be studied not skimmed. It can be used a book for beginners and can be carried through advanced topics. If used correctly, it is a GREAT book.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
4 of 4 people found the following review helpful:
5.0 out of 5 stars
Use the Source, Luke!, April 9, 1998
One of the best intro C books I've seen. Any hardcore programmer will tell you: the best way to learn is to look at somebody else's code. It helps if the source code is clearly designed, clearly written, commented, well documented. C by Dissection does just that, by describing a concept, showing you example source for a program that puts that concept into practice, THEN, unlike so many other books, going over the example almost line-by-line, to explain what's going on, and why. Too many programming books briefly describe the concept, list a hundred or more lines of source code, then move on. This book walks you through the code and shows you both theory and practice. The only regret I have about C by Dissection is that there isn't a companion volume, Advanced C by Dissection, or perhaps Data Structures and Algorithms (in C) by Dissection. Note that two of the worst reviews above are from an experienced C/C++ programmer and from a Cobol programmer (presumably very experienced; I don't know many young Cobol programmers coming into the industry these days). I'm not surprised they didn't like the way C by Dissection approaches the topic. I'm not a beginner anymore (I read this book in 1992) but I still like this approach best - I came across this book on Amazon because I was hoping to find "Java by Dissection" by Kelly and Pohl! :-)
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
|