Book Excerpt: Applied C++: Practical Techniques for Building Better Software
Applied C++ is a practical, straightforward guide for developing high-quality, maintainable software. It reflects the power of C++, templates, and the Standard Template Library for industrial-strength programming. Whether you are a single developer or work in a large team, the numerous tips and techniques presented in this book will help you to improve your language and design skills and show you how to solve substantial problems more effectively. Download Chapter 3: Design Techniques," which discusses memory allocation and singleton objects, reference counting, templates, prototyping startegy, and image framework concepts.
by Philip Romanik, Amy Muntz
April 10, 2003
This book finds its authors drawing on their extensive professional experience to teach largely by example. For instance, to illustrate software techniques useful for any application, they present a toolkit to solve the complex problem of digital image manipulation. By using a concrete, real-world problem, with exact feature, performance, and extensibility requirements described, they showin a way that theoretical books cannothow to leverage existing software components and the tools inherent to C++ to speed development, promote reuse, and deliver successful software products.
This book includes:
A C++ templates primer
Workable coding guidelines and extensive coding examples
Quick lists of need-to-know information about Exceptions, Assertions, and Standard Template Library components
A technique for effectively using prototypes to move your design from an initial concept to a robust solution
A technique for building debugging support into your software without a ton of overhead
Thirteen specific techniques to improve the overall performance of your software
The accompanying CD-ROM contains all the source code for the book's examplesthe image framework, the unit test framework, makefilesas well as useful third-party software, such as Sysinteral's DebugView and evaluation versions of the Intel® Integrated Performance Primitives (Intel IPP) for optimizing your code and the Intel® C++ Compiler.
Chapter 3 discusses memory allocation and singleton objects, reference counting, templates, prototyping startegy, and image framework concepts.
Reproduced from Applied C++: Techniques for Building Better Software by permission of Addison Wesley. ISBN 0321108949, copyright 2003. All rights reserved.