Modern C++ Design
Generic Programming and Design Patterns Applied
- Format: Pocket
- Antall sider: 360
- Språk: Engelsk
- Forlag/Utgiver: SD Books
- Serienavn: C++ In-Depth Series
- EAN: 9780201704310
- Utgivelsesår: 2001
- Bidragsyter: Debbie Lafferty; Alexandrescu, Andrei
In Modern C++ Design, Andrei Alexandrescu opens new vistas for C++ programmers. Displaying extraordinary creativity and programming virtuosity, Alexandrescu offers a cutting-edge approach to design that unites design patterns, generic programming, and C++, enabling programmers to achieve expressive, flexible, and highly reusable code.
This book introduces the concept of generic components¿reusable design templates that produce boilerplate code for compiler consumption¿all within C++. Generic components enable an easier and more seamless transition from design to application code, generate code that better expresses the original design intention, and support the reuse of design structures with minimal recoding.
The author describes the specific C++ techniques and features that are used in building generic components and goes on to imp