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
The Art of Programming: Computer Science with C++

The Art of Programming: Computer Science with C++

List Price: $82.95
Your Price: $82.95
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: AWESOME! C++ TEXTBOOK IN PLAIN ENGLISH
Review: A computer science prof. gave me a copy of this book to study up on C++ (I took the first semester last year but forgot it, and I need to take the second semester.) THIS TEXTBOOK IS AWESOME! Easy explanations in PLAIN ENGLISH, esp. about functions. THIS IS A MUST-READ IF YOU'VE NEVER HAD ANY PROGRAMMING EXPERIENCE.

This book, unlike the others, has lots and lots of REAL programs (whole programs, not just snippets) that one needs to read through entirely in order to understand what's going on.

Rating: 2 stars
Summary: Title is very deceptive
Review: C++ the art of programming. Sounds like you can become a master programmer buy learning from this book. Hardly. This book is just a step above C++ for dummies. There is no coverage of OOP in this book. Just a brief snippet about what an object is. This book might appeal for someone who has never programmed before, but if you want to learn C++ from an object-oriented perspective then look somewhere else. This author snagged a great title for an otherwise weak book. Don't buy this book unless you have never programmed a day in your life.

Rating: 2 stars
Summary: Only an introduction
Review: I want to say that this book is good for someone who has never done any programming before but I just can't. I used this book for an online c programming course and at the end I was supposed to produce a project. I had never done any programming before so I did not know any better and went with this book whole heartedly. In the middle of my project I found that I was running into problems so naturally I returned to my source of information. I just couldn't get any help from this book. I did some exploring and came upon a message board "www.cprogramming.com." It was there that I realised how shallow the material in this book really is. This book only gives a partial explanation of the use of certain functions. If you were to use this book, you wouldn't know that fgets() can be used for input from the keyboard, you wouldn't be advised on whether it is better to use scanf() or gets(), you would be left with only a partial explanation of basic topics. Is this book good for a beginner??? Nope!!!!!!!!!!!!!!!!!

Rating: 5 stars
Summary: Good Introductory Text for C++ Students
Review: One line summary: "Better than any '21 day/6 week' book for students or seriously aspiring programmers."

NOTE: Inheritance, overloading, polymorphism, namespaces, and in-depth class design are not covered in this book. The objective of the text is to teach the student the "building blocks" of C++.

This book is being used as a textbook for an introductory class in computer science/programming at Foothill College (Los Altos, CA). From cover to cover it does a good job of teaching the students the syntax and concepts of C++, which makes up about 90% of the book. There are a lot of sample programs (which you can D/L from the internet), complete with execution charts and plenty of visual aids - very helpful in understanding the arrays and pointers - to reinforce the lessons. The remaining 10% is spent on guiding the reader how to CORRECTLY approach programming tasks as well - from analysis of the problem, to the design of the program, and examination of the code execution. Let's face it, most people who take up C++ are not "hackers" or natural born coders who can start banging away at the keyboard to make a program. The right way and proper habits of programming is a decisive factor in *getting hired* as a programmer, and also getting through one's classes in school. The book's continual demonstration of programming techniques is its greatest strength.

Minor flaws are some mistakes in the exercises and code. However, they can be spotted once encountered and does not detract from the learning process.

A wish list for future releases of this book would be the Student Compiler Handbook being included with the purchase price and bundled with the textbook, or include the all important information of adapting the programs to specific compilers in the main text (or future companion CD?). This is the problem that most students had with the book. Hopefully there will be a second edition that addresses all of this.

Rating: 5 stars
Summary: AWESOME! C++ TEXTBOOK IN PLAIN ENGLISH
Review: One line summary: "Better than any '21 day/6 week' book for students or seriously aspiring programmers."

NOTE: Inheritance, overloading, polymorphism, namespaces, and in-depth class design are not covered in this book. The objective of the text is to teach the student the "building blocks" of C++.

This book is being used as a textbook for an introductory class in computer science/programming at Foothill College (Los Altos, CA). From cover to cover it does a good job of teaching the students the syntax and concepts of C++, which makes up about 90% of the book. There are a lot of sample programs (which you can D/L from the internet), complete with execution charts and plenty of visual aids - very helpful in understanding the arrays and pointers - to reinforce the lessons. The remaining 10% is spent on guiding the reader how to CORRECTLY approach programming tasks as well - from analysis of the problem, to the design of the program, and examination of the code execution. Let's face it, most people who take up C++ are not "hackers" or natural born coders who can start banging away at the keyboard to make a program. The right way and proper habits of programming is a decisive factor in *getting hired* as a programmer, and also getting through one's classes in school. The book's continual demonstration of programming techniques is its greatest strength.

Minor flaws are some mistakes in the exercises and code. However, they can be spotted once encountered and does not detract from the learning process.

A wish list for future releases of this book would be the Student Compiler Handbook being included with the purchase price and bundled with the textbook, or include the all important information of adapting the programs to specific compilers in the main text (or future companion CD?). This is the problem that most students had with the book. Hopefully there will be a second edition that addresses all of this.


<< 1 >>

© 2004, ReviewFocus or its affiliates