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
Introduction to Programming with C++

Introduction to Programming with C++

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

<< 1 >>

Rating: 4 stars
Summary: Decent C++ primer
Review: This book is intended to be a textbook for an introductory programming course for students who have never programmed before. You may agree or disagree with the premise (I disagree), but you have to admire the authors for trying.

What's in the book is pretty decent. The writing is clear. The examples are simple and clear enough to read without straining your brain. The authors do cover some fairly advanced topics, such as multiple inheritance and templates, but they concentrate on explaining the basics and make little attempt to cover the weird stuff and pitfalls of the language. You need a more advanced book for that.

Because the organization, writing, and index are better than average, I find that I am continuing to use this book. (I don't usually keep tutorial-type books after the first reading.)

I would recommend this book to undergrad students and beginning programmers who want to learn C++ or to anyone who wants an easy-to-read overview of the language. For advanced programmers who know C, Bruce Eckel's book "Thinking in C++" is a better choice.

Rating: 2 stars
Summary: I didn't like it too much.
Review: This book was chosen as the textbook for the AP Computer Science C++ class at my school. Having programmed in C++ for quite a while, I must say I was disappointed. Most all of the basics are covered, and I believe a beginner would, after reading this book, "know" C++. However, the style of teaching isn't that great, and the order in which things are taught isn't the best either. Also, much of the code appears untested, and contains errors. The code also does not conform to the ANSI/ISO standard. I've read much worse, but I wouldn't recommend this book to anyone who asked me about C++, and I definately would not use it to teach a CS class.

-Alan Johnson


<< 1 >>

© 2004, ReviewFocus or its affiliates