Compare prices and save on cheap textbooks at CheapestTextbooks.com
Compare prices and save on cheap textbooks at CheapestTextbooks.com HACKER SAFE certified sites prevent over 99.9% of hacker crime.
CheapestCDPrice.comCheapestDVDPrice.comCheapestTextbooks.comGo to CheapestTextbooks USA!Go to CheapestTextbooks UK!
Multi-Store Textbook Search
  
(What's this?)
Selected Product:

Accelerated C++: Practical Programming by Example (C++ In-Depth Series)
Accelerated C++: Practical Programming by Example (C++ In-Depth Series)

Paperback
Author: Andrew Koenig, Barbara E. Moo
Publisher: Addison-Wesley Professional
Release Date: 2000-08-24
ISBN-10: 020170353X
ISBN-13: 9780201703535
List Price: $44.99
Average Customer Rating:
Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5
Similar Products

C++ Primer Plus (5th Edition)
C++ Primer Plus (5th Edition)
ISBN-10: 0672326973
ISBN-13: 9780672326974
List Price:$54.99


The C++ Standard Library: A Tutorial and Reference
The C++ Standard Library: A Tutorial and Reference
ISBN-10: 0201379260
ISBN-13: 0785342379266
List Price:$69.99


C++ Primer Plus (5th Edition) (Primer Plus (Sams))
C++ Primer Plus (5th Edition) (Primer Plus (Sams))
ISBN-10: 0672326973
ISBN-13: 0752063326978
List Price:$54.99


The C++ Programming Language: Special Edition (3rd Edition)
The C++ Programming Language: Special Edition (3rd Edition)
ISBN-10: 0201700735
ISBN-13: 9780201700732
List Price:$79.99


The C++ Standard Library: A Tutorial and Reference
The C++ Standard Library: A Tutorial and Reference
ISBN-10: 0201379260
ISBN-13: 9780201379266
List Price:$74.99


Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)
ISBN-10: 0321334876
ISBN-13: 9780321334879
List Price:$49.99


C++ Primer (4th Edition)
C++ Primer (4th Edition)
ISBN-10: 0201721481
ISBN-13: 9780201721485
List Price:$54.99


Our Review: To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for Accelerated C++: Practical Programming by Example (C++ In-Depth Series) by Andrew Koenig, Barbara E. Moo (ISBN-10: 020170353X, ISBN-13: 9780201703535).

At this time we have not yet written a review for Accelerated C++: Practical Programming by Example (C++ In-Depth Series) by Andrew Koenig, Barbara E. Moo (ISBN-10: 020170353X, ISBN-13: 9780201703535). Please continue to keep checking back to this page as we are constantly adding reviews.

Summaries and Customer Reviews are supplied by Amazon.com

Summary:
Why is Accelerated C++ so effective? Because it

*Starts with the most useful concepts rather than the most primitive ones: You can begin writing programs immediately.
*Describes real problems and solutions, not just language features: You see not only what each feature is, but also how to use it.
*Covers the language and standard library together: You can use the library right from the start.

The authors proved this approach in their professional-education course at Stanford University, where students learned how to write substantial programs on their first day in the classroom.



Customer Reviews
Average Customer Rating: Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5

Perfect for self-study
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
First, my background: I had abandoned the computer science program at my university in favor of mathematics two years before I gave this book (one of my old texts) a serious look. I came back to it when research projects and Matlab make my interest in programming return.

This book is a little gem--for someone with at least a little programming experience, it moves along with an excellent learning curve, zipping along without leaving the reader confused. This book is not for a total beginner to programming, as it expects you to know how to compile and build programs on your system already. Still, as long as you have at least a tiny bit of programming knowledge, this is the best introduction for teaching yourself C++ that I've seen.

A new way of teaching. And how good it is!
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This book doesn't do thing traditionally like normal tutorials you find on the World Wide Web. The people who have written this text CLEARLY know both c++ and pedagogics.

When their experience in pedagogics is shining through this book you really learn what you want to learn...

Anyone who is a beginner or a semi-beginner should pick up this book.

This is the ONLY BOOK you MUST READ
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
I do not understand how some people can give negative reviews for this book. This book is MUST have in case if you want to get basic to intermediate level of C++ programming.

I wish they publish something for advanced level programming.
A+

Mostly disappointed with the book.
Customer Rating:  Score = 2 Score = 2 Score = 2 Score = 2 Score = 2
First of all, I'll say what's good with the book. The author's way of writing demands that you learn C++ terminology quickly. This, infact, annoyed me because the terminology does not interest me, and I was more interested in the concepts, but by forcing me to follow the wankish terms, I am better able to understand other programmers. The book is also good at not dwelling on the same subject endlessly for the most part. However, I think some of the concepts should have been explained more while others were needlessly over explained, but that may not be the case for a different reader with different strengths and weaknesses.

Now comes the bad. The student grading project, which is changed throughout many of the chapters is horribly boring. It is harder to focus on what you're reading when what's being explained is so incredibly trivial and unimpressive. The biggest beef I have with the book is the exercises. Ofiten times the hardest part with the exercise is figuring out what the exercise actually wants you to do. Also, some of the exercises require knowledge not yet covered in the book, and sometimes even things never covered in the book at all. To top it all, the authors provide no answer sheet to the exercises to even check your solutions. The exercises are simply not thought out and are poorly explained.

I got the book to learn from, and if the exercises demand I learn stuff outside it then it's not being useful. The book is the first in its series, and the first few chapters of the book are aimed at complete beginners, so the expectation of prior knowledge is a little absurd.

As far as the criticism from some of these surprisinginly positive reviews go about not knowing what input to give the student grading program: By the time you enter all the code, you were explained how all of it worked part by boring part. If you truly knew how it worked then you should know what input it expects. Pretty obvious, really.

Great for introducing pointers, templates and iterators
Customer Rating:  Score = 4 Score = 4 Score = 4 Score = 4 Score = 4
This is a great place to start. Iterators, templates, then pointers... That's a different approach. Each topic is explained well, though the author gets bogged down in the details of his ever expanding example. Never-the-less, templates are my friend. I can build my own with the power of pointers and convenience of iterators.

You'll inevitably need authoritative books on C++, OOP, and MFC to do anything useful in Windows. But this is a great intro to the C++ language and STL.

Cheers!

























Suggestions | Textbook Store Reviews | Site Map | Textbook Reviews | Contact Us
Cheap Textbooks | Used Textbooks | Discount Textbooks | Buy College Textbooks
© 2008 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions