2 of 2 people found the following review helpful
5.0 out of 5 stars
Great intro to C++ book, Mar 28 2009
By Michael Nichols "Software Engineer, Jazz Trum... - Published on Amazon.com
This review is from: Absolute C++ (Paperback)
I used this book in my equivalent 'Programming 101' course in college. It is an excellent introduction to object-oriented programming in general and C++ programming in particular.
I really like this book because of the excellent code examples and maybe even more for the bad code examples. I don't mean bad as in poor quality, I mean bad as in bad programming practices, or 'Don't program like this!'. These pitfalls to avoid (as they are called in the book) were especially useful to me as I was learning how to write code for the first time. The pitfall sections show several alternative ways to write the same code, or ways to try to code something showing which are best practices, which work but are bad practices, and which don't work at all.
Even though I took my 'Programming 101' class with this book a few years ago, I still keep it as it is an excellent C++ reference. If I've been writing in some other language like Python or Lisp, this book helps me remember all those pesky little syntax details that C++ that everyone hates so much.
Bottom Line: If you need a beginning C++ book, especially if you've never programmed before, or you want a general C++ reference, this is an excellent book for you.
2 of 3 people found the following review helpful
5.0 out of 5 stars
Absolute brillian author, Jan 27 2008
By Svitlana Zheleznyak - Published on Amazon.com
This review is from: Absolute C++ (Paperback)
This book worth every penny, Walter Savitch's books teach me Java and now teaching me C++ I get A on both college classes using his books
2.0 out of 5 stars
Not good at all, Jan 13 2012
By Tyler - Published on Amazon.com
This review is from: Absolute C++ (Paperback)
Information is not compact and spread out over several pages, there nos no summary that summarizes everything shortly on one page. Too much unimportant information in between. Does not seem to get to the point. Just a confusing book.