
More Effective C++
35 New Ways to Improve Your Programs and Designs
By Scott Meyers
Addison-Wesley
ISBN: 0-201-63371-X
Pages: 337
More.Effective.C++.Scott.Meyers.pdf [8.68 Mb]This book shows how to design and implement C++ software that is
more effective: more likely to behave correctly; more robust in the face
of exceptions; more efficient; more portable; makes better use of lan-
guage features; adapts to change more gracefully; works better in a
mixed-language environment; is easier to use correctly; is harder to
use incorrectly. In short, software that’s just better.