<b>The Barnes & Noble Review</b> Since early in the 90s, working C++ programmers have relied on Scott Meyers s <i>Effective C++</i> to dramatically improve their skills. But the state-of-the-art has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s n
Effective C++. 55 specific ways to improve your programs and designs
β Scribed by Scott Meyers
- Publisher
- Addison-Wesley Professional
- Year
- 2005
- Tongue
- English
- Leaves
- 316
- Series
- Addison-Wesley Professional Computing Series
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
βEvery C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If youβve never read Effective C++ and you think you know everything about C++, think again.β
β Steve Schirripa, Software Engineer, Google
βC++ and the C++ community have grown up in the last fifteen years, and the third edition of Effective C++ reflects this. The clear and precise style of the book is evidence of Scottβs deep insight and distinctive ability to impart knowledge.β
β Gerhard Kreuzer, Research and Development Engineer, Siemens AG
The first two editions of Effective C++ were embraced by hundreds of thousands of programmers worldwide. The reason is clear: Scott Meyersβ practical approach to C++ describes the rules of thumb used by the experts β the things they almost always do or almost always avoid doing β to produce clear, correct, efficient code.
The book is organized around 55 specific guidelines, each of which describes a way to write better C++. Each is backed by concrete examples. For this third edition, more than half the content is new, including added chapters on managing resources and using templates. Topics from the second edition have been extensively revised to reflect modern design considerations, including exceptions, design patterns, and multithreading.
Important features of Effective C++ include:
- Expert guidance on the design of effective classes, functions, templates, and inheritance hierarchies.
- Applications of new βTR1β standard library functionality, along with comparisons to existing standard library components.
- Insights into differences between C++ and other languages (e.g., Java, C#, C) that help developers from those languages assimilate βthe C++ wayβ of doing things.
π SIMILAR VOLUMES
"Every C++ professional needs a copy of Effective C++ . It is an absolute must-read for anyone thinking of doing serious C++ development. If you've never read Effective C++ and you think you know everything about C++, think again."--Steve Schirripa, Software Engineer, Google "C++ and the C++ communi
"Every C++ professional needs a copy of Effective C++ . It is an absolute must-read for anyone thinking of doing serious C++ development. If you've never read Effective C++ and you think you know everything about C++, think again."--Steve Schirripa, Software Engineer, Google "C++ and the C++ communi
"Every C++ professional needs a copy of Effective C++ . It is an absolute must-read for anyone thinking of doing serious C++ development. If you've never read Effective C++ and you think you know everything about C++, think again."--Steve Schirripa, Software Engineer, Google "C++ and the C++ communi
<b>The Barnes & Noble Review</b> Since early in the 90s, working C++ programmers have relied on Scott Meyers s <i>Effective C++</i> to dramatically improve their skills. But the state-of-the-art has moved forward dramatically since Meyers last updated this book in 1997. (For instance, there s n
βThe first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a βprofessionalβ software developer. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, c