Kleidemos said:
http://www.amazon.com/exec/obidos/tg/detail/-/1584502274/002-5832236-8289662?v=glance
I bougth, in my holliday in London, this book.
It is a good book?
With this book.......can i know more C++ tecnics and cognitions???
To vet a C++ book, look for "void main". If you find it, you must find some
other overwhelming reason to believe that book. Don't accept a C++ tutorial
that makes such simple and obvious mistakes.
Everyone needs dozens of books to begin to understand C++. Some of these
don't even have C++ in them!
* Accelerated C++: Practical Programming by Example
by Andrew Koenig & Barbara E. Moo
* Agile Development: Principles Practices and Patterns
by Robert C. Martin
* AntiPatterns by Brown, Malveau, McCormick & Mowbray
* C++ Coding Standards: Rules, Guidelines, and Best Practices
by Herb Sutter & Andrei Alexandrescu
* The C++ Programming Language 3rd Edition
by Bjarne Stroustrup
* Code Complete 2nd Edition by Steve McConnell
* Design Patterns by Gamma, Johnson, Helm, & Vlissides
* Domain Driven Design by Eric Evans
* Effective C++ 2nd Edition by Scott Meyers
* Exceptional C++ by Herb Sutter
* How to Break Software: A Practical Guide to Testing by James A. Whittaker
* Large Scale C++ Software Design by John Lakos
* Lean Development: An Agile Toolkit by the Poppendiecks
* Modern C++ Design: Generic Programming and Design Patterns Applied
by Andrei Alexandrescu
* More Effective C++ by Scott Meyers
* More Exceptional C++ by Herb Sutter
* Scientific and Engineering C++ by John J. Barton, Lee R. Nackman
* Working Effectively with Legacy Code by Mike Feathers