Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
C How to Program (3rd Edition)

C How to Program (3rd Edition)

List Price: $85.00
Your Price:
Product Info Reviews

<< 1 2 3 >>

Rating: 5 stars
Summary: Agreed...Ed Malloy IS a joke
Review: I sincerely hope that Ed Malloy does not teach at an accredited institution because not only is his opinion on Deitel and Deitel's programming texts flawed, he is also apparently incapable of constructing valid English sentences. I always considered myself a "full-time" student, not a "full/time" one, and usually questions, even rhetorical ones, are ended with a question mark. But I digress...I just hope the serious reader discounts his nitpicking review as an example of sheer hyperbole.

As a programmer with experience in Ada I found Deitel's book very engaging and easy to learn from. The treatment of the more complex topics is handled delicately while covering all the basics and when you've completed it you feel like a much more educated programmer. As someone who knows the "right way" to program as learned from a quality university computer science program, I can assure you that Deitel and Deitel will teach you the "right way."

Rating: 5 stars
Summary: Here is what I think:
Review: I think your book on programming is great! I have used it over and over again to answer questions as I move into learning Visual C++ and Java. The thinking skills I developed to successfully complete a class using this text are helpful all over in programming. But, I have a small problem. As I have used the book so much as a reference, it is starting to fall apart. Is there a way to get a hard-bound edition?

Rating: 5 stars
Summary: The best book for Learning C programming!
Review: I've bought many different C programming books, but this is the most complete book I've found.

Each chapter contains many tips for better programming techniques, avoiding common errors, improving programming speed and helping ensure your programs are portable. Many complete examples demonstate each subject, rather than small snipets of code commonly found in other programming books. At the end of each chapter there are lots of questions to get you to try out what you have just learned. Only half of these give answers, encouraging you to work it out for yourself. This helps improve self-study techniques and keeps the reader interested.

The most important aspect of this book, though, is how it explains 'Top-down, step-wise' program design. This is one of the most important aspects of structured programming, however, many other books don't even mention this.

It is obvious this book was written by programming teachers, not just programmers, because so much emphisis is placed on learning proper programming techniques.

Rating: 3 stars
Summary: Not bad but not for serious engineers
Review: I've only been using the C portion of this book (it also covers some C++ and Java), so my comments only refer to that portion. I got this book for an extension class at UCLA, and for the most part it explains things fairly well. As other reviewers have mentioned, it provides lots of longer examples. It seems to be geared towards beginners, so it tries hard to be easy to understand.

It does have some issues, however. The examples are so simple that they sometimes don't explain more complex issues. The file and string I/O information is seriously lacking. For example, there's no discussion of the problems with using gets for string input or fscanf for file input.

In my opinion, this book works for learning the basics, but it's not all that helpful as a reference once you want to start writing real programs and need to get into the nitty-gritty.

Rating: 1 stars
Summary: How not to write a book on programming
Review: In my opionion this book is probably the worst book on programming that I have ever read. I feel that the entire "How to Program" series by Deitel & Deitel is marred by the fact that none of them really understand the language that they are supposedly teaching, but this book takes the cake!

I think that most of the examples were probably written and intially programmed for Fortran or Pascal and then translated as closely to line-by-line as possible to C; and that most of the examples don't show progamming in C.

Rating: 3 stars
Summary: For Rank Beginners Only
Review: Most programmers come to C only after programming in other languages. If you fall into this category, this book is definitely not for you. For those of you who are unfamiliar with Deitel and Deitel, they publish books on a wide variety of programming languages and their treatment, right down to the examples and exercises, is identical in all. All their books are written to teach program design as well as the language in question. This is a waste of time for anyone who already knows how to program in at least one language. Buy this book only if you are absolutely new to programming in general and, for some reason, have chosen to learn C as your first language. Otherwise, you are much better off with Kernighan and Ritchie, Harbison and Steele, or Kenneth Reek's excellent book "Pointers on C."

Rating: 3 stars
Summary: not as good as the old edition
Review: The book should be about C programming language. C++ and Java
need not be in the book.

Rating: 5 stars
Summary: Excellent ! Par none, the best C book!
Review: There is a reason why Deitel books are used at so many colleges. I've used and reviewed enough Deitel books, including teaching myself, to know that the Deitels know their strengths. Based on the poor reviews I've read, It's clear that people, not surprisingly, are flat out jealous of their success. That's just human nature. There are many programming books I wouldn't recommend at any price! As with my review of the Deitel C++: How To Program, third edition, even more so if you're just learning C, I strongly recommend getting "The C Programming Language, 2nd edition," by Kernighan/Ritchie. I had programmed extensively with Pascal in the "real world" (It's come a long, long way), and that both made learning C, as well as differences and similarities, vastly much more simple. If you're taking a C course, this book is an excellent reference. If this is the text used, there is no better text book for C. If you're teaching yourself, This should be your primary C programming book with at least the aforementioned Kernighan/Richie book. REGARDLESS OF HOW YOU'RE LEARNING THE C PROGRAMMING LANGUAGE, THE DEITELS ARE ACCESSIBLE TO THOSE OF US WHO USE THEIR BOOKS, ARE VERY RESPONSIVE AND QUICK TO REPLY TO QUESTIONS, COMMENTS, ETC. WHO CARES IF THEY'RE SUCCESSFUL? THIS AND OTHER OF THEIR MATERIALS ARE FANTASTIC, AND THEY CARE ABOUT PEOPLE--STUDENTS, PHDs, INDUSTRY PROFESSIONALS. I can recommend trash C and other books, but I'll pan them where they're listed. This book also contains a couple of brief chapters that provide C++ and Java concepts. That doesn't help you learn C, but it's a nice addition, especially if you plan to learn and use more than just C.

Rating: 5 stars
Summary: The Mother of ALL programming books!
Review: This book is the best book on programming I have ever seen. If you want to learn how to program, and I mean REALLY program, not just fooling around with little useless "hello world" type programs, then do yourself a favor, buy this book! This is the most complete treatment of programming that I have ever seen. It goes from the beginning, assuming no prior knowledge of programming, and by the middle of the book, you will be writting your own virtual computer, as well as a computer language and a compiler for it! The first 14 chapters are on C and focuses on structured programming. This is the most comprehensive treatment I have ever seen on the subject. It shows you how to 'design' software, and how to emplement and design useful algorithms to solve programming problems. Also the book is filled with highlighted tips on how to increase the performance of your programs, how to avoid common errors, software engineering tips, and how to write pretty looking code. Most books never even mention any of these things, and only contain useless snippits of code to show you the syntax. Unfortunatly, knowing the syntax of a language does not make you a programmer. The next ten or so chapters of the book introduce object oriented programming with C++. An intense treatment of the subject, while staying easy to comprehend and follow. And the last ten to 15 chapter cover gui programming with Java. You will learn how to write real multimedia applications! To make a long story short, this book is great in every way. All of its sections tie in nicely with each other and it flows well and easily. Also, the numerous examples tips, and excersises are great. Where most books make you do silly and useless excercises, here is one of the excersises from this book for example, in chapter 30 excercise 20 you have to write a complete gui drawing application. This just shows you how indepth this book goes. This book will teach you how to program. And the stuff you learn in this book can be applied to any other programming language. This book doesnt aim at just teaching you C, it aims at teaching you how to program, using C, c++ and Java as a tool. There is a big difference. Thanks Deitle & Deitle!

Rating: 5 stars
Summary: The Mother of ALL programming books!
Review: This book is the best book on programming I have ever seen. If you want to learn how to program, and I mean REALLY program, not just fooling around with little useless "hello world" type programs, then do yourself a favor, buy this book! This is the most complete treatment of programming that I have ever seen. It goes from the beginning, assuming no prior knowledge of programming, and by the middle of the book, you will be writting your own virtual computer, as well as a computer language and a compiler for it! The first 14 chapters are on C and focuses on structured programming. This is the most comprehensive treatment I have ever seen on the subject. It shows you how to 'design' software, and how to emplement and design useful algorithms to solve programming problems. Also the book is filled with highlighted tips on how to increase the performance of your programs, how to avoid common errors, software engineering tips, and how to write pretty looking code. Most books never even mention any of these things, and only contain useless snippits of code to show you the syntax. Unfortunatly, knowing the syntax of a language does not make you a programmer. The next ten or so chapters of the book introduce object oriented programming with C++. An intense treatment of the subject, while staying easy to comprehend and follow. And the last ten to 15 chapter cover gui programming with Java. You will learn how to write real multimedia applications! To make a long story short, this book is great in every way. All of its sections tie in nicely with each other and it flows well and easily. Also, the numerous examples tips, and excersises are great. Where most books make you do silly and useless excercises, here is one of the excersises from this book for example, in chapter 30 excercise 20 you have to write a complete gui drawing application. This just shows you how indepth this book goes. This book will teach you how to program. And the stuff you learn in this book can be applied to any other programming language. This book doesnt aim at just teaching you C, it aims at teaching you how to program, using C, c++ and Java as a tool. There is a big difference. Thanks Deitle & Deitle!


<< 1 2 3 >>

© 2004, ReviewFocus or its affiliates