Each of this book's 50 guidelines summarizes a way to write better C++, and the accompanying discussions are backed by specific examples. For this new edition, Meyers reworked every guideline in the book. The result is exceptional adherence to C++'s Draft International Standard, current compiler technology, and the latest insights into the use of C++ for real-world applications.
Highlights of Effective C++, 2nd Edition include-
Expert guidance on object-oriented design, class design, and the proper use of inheritanc
An examination of the standard C++ library, including how the Standard Template Library and classes like string and vector affect the structure of well-written program
Discussions of late-breaking language features like in-class constant initializations, namespaces, and member template
Wisdom usually possessed by only the most experienced developers
Effective C++ continues to be essential reading for every developer working with C++.
You can now access the author's home page .
Scott Meyers explains how Effective C++, 2nd Edition and his other book,
More Effective C++ , relate to one another.
