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:

C++ Strategies and Tactics (Addison-Wesley Professional Computing Series)
C++ Strategies and Tactics (Addison-Wesley Professional Computing Series)

Paperback
Author: Robert B. Murray
Publisher: Addison-Wesley Professional
Release Date: 1993-03-10
ISBN-10: 0201563827
ISBN-13: 9780201563825
List Price: $42.95
Average Customer Rating:
Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5 Score = 4.5
Similar Products

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


The Annotated C++ Reference Manual
The Annotated C++ Reference Manual
ISBN-10: 0201514591
ISBN-13: 0785342514599
List Price:$59.95


Advanced C++ Programming Styles and Idioms
Advanced C++ Programming Styles and Idioms
ISBN-10: 0201548550
ISBN-13: 0785342548556
List Price:$54.99


The Annotated C++ Reference Manual
The Annotated C++ Reference Manual
ISBN-10: 0201514591
ISBN-13: 9780201514599
List Price:$59.95


Advanced C++ Programming Styles and Idioms
Advanced C++ Programming Styles and Idioms
ISBN-10: 0201548550
ISBN-13: 9780201548556
List Price:$59.99


C++ Programming Style (Addison-Wesley Professional Computing Series)
C++ Programming Style (Addison-Wesley Professional Computing Series)
ISBN-10: 0201563657
ISBN-13: 9780201563658
List Price:$44.99


C++ Programming Style (Addison-Wesley Professional Computing Series)
C++ Programming Style (Addison-Wesley Professional Computing Series)
ISBN-10: 0201563657
ISBN-13: 0785342563658
List Price:$44.99


Designing and Coding Reusable C++
Designing and Coding Reusable C++
ISBN-10: 020151284X
ISBN-13: 9780201512847
List Price:$41.99


Designing and Coding Reusable C++
Designing and Coding Reusable C++
ISBN-10: 020151284X
ISBN-13: 0785342512847
List Price:$41.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 C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) by Robert B. Murray (ISBN-10: 0201563827, ISBN-13: 9780201563825).

At this time we have not yet written a review for C++ Strategies and Tactics (Addison-Wesley Professional Computing Series) by Robert B. Murray (ISBN-10: 0201563827, ISBN-13: 9780201563825). 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:
The author uses practical, concise code examples to illuminate a useful programming stratagem or warn against a dangerous practice. Readers will come away with a better understanding of how C++ is used in the real world.

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

good as a bridge from introductory to modern intermediate C++ books
Customer Rating:  Score = 4 Score = 4 Score = 4 Score = 4 Score = 4
Like Tom Cargill's C++ Programming Style, this is another widely-recognised classic of the genre which has lost some of its immediacy with the passing of time.

If you're familiar with the works of Scott Meyers and Herb Sutter, then you will probably not find much here that you don't already know (although this clearly predates some of their output). But if you're still fairly new to OO, I recommend this highly as your first non-introductory book. It's got a much more cohesive feel than the Effective C++ and Exceptional C++ books, and unlike the Cargill book, it's sufficiently modern to have covered templates. Bear in mind, though, that the 'advanced' templates chapter is about writing a linked list class. Solid data structure stuff for sure, but not what a C++ practitioner would consider advanced these days.

You can also find lots of solid OOP advice, although you may find it similar to the OOP wisdom dispensed in other C++ of the same vintage. There are some suggestions on 'reusability', although they're more concerned with memory management, and feels more like optimisation. That's not to say that it isn't interesting and accessible, though.

There's a brief introduction to exceptions, but at the time the book was written, they had only just appeared in the language. Likewise, there's nothing about namespaces here.

My 4-star rating takes into account that you can obtain this book cheaply and the material is presented in a clear, readable fashion. If you're already an experienced object oriented programmer, you can safely bypass this book and go straight to the Meyers and Sutter books. If you're not, then this is a good place to start the journey to more advanced work.

It is a good C++ book but...
Customer Rating:  Score = 4 Score = 4 Score = 4 Score = 4 Score = 4
You have to know that its target audience is beginner C++ programmers. I am somehow experienced with C++ programming and by looking at the excellent reviews this book got, I had high expectations when I purchased it. I have been disappointed to only have found maybe 2 small advices that I did not know. Reading over 250 pages for a so small reward has been disappointing. If you consider yourself good in C++, my advice is that you should skip this one.

I like this better than Effective C++ (second edition)
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This was the original book of C++ "idioms and traps", full of practical details such as where to use virtual destructors and the correct way to write the copy constructor and assignment operators. Then Scott Meyer's book came along with such sparkle and wit that I put this book aside, even though they pretty much covered the same ground. The second edition of Meyers' book covers the new ANSI standard - and while this was needed, it has a fair amount of "code lawyering" and is no longer a breeze to read. I'm glad I held onto the Murray book to cover the basic concepts, even though it's slightly out of date.

All C++ programer intermediate and up should have this book
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
Once you have good knowledge of the basics and know basic OOP, you should start reading this book. This book has lots of good information reguarding design and loop holes all new programer can commit. But its best feature is that its so easy to understand.

Brain embedding knowledge
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
For the reviewer below that stated that this book is dated because it does not cover templates could not be farther from reality, as apparently he has not read the book nor has he looked at the table of contents. If my eyes are still functional, this book has two chapters consectutive dedicated to to templates, chapter 7 [Templates] and 8[Advanced Templates]. This book is easy to read and for the novice wanting to get up to speed on the syxtax of the language and more importantly when and how to use each contruct of the language, this book has no equal except two other books. The books are Kayshav Dattatri's C++ Effective Object Oriented Software Construction and James O. Copliens Advanced C++: Styles and Idioms from Prentice Hall and Addison Wesley respectively. This book is not even 300 pages which allows you to read it again and bolster what you vacumed on the first pass and ready for instinctive mastery for the second and third passes if you are really ambitious. The discussion on smart pointers is informative and will assist you in your way to patternizing COM code. This book is for all experience types and serves as a perfect desktop reference guide for C++ masters alike. With this book and the two mentioned above, plus the C++ IO Streams Handbook by Beale, there are no other books you should refer to, probably including Stroustrup's.

























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