Modern C++ design : generic prograamming and design patterns applied
Author
Alexandrescu, Andrei
Additional Author(s)
-
Publisher
Boston, MA: Addison-Wesley, 2001
Language
Indonesian
ISBN
9780201704310
Series
Subject(s)
C++ ( COMPUTER PROGRAM LANGUAGE )
GENERIC PROGRAMMING (COMPUTER SCIENCE)
Notes
. Bibliography: p. 311-312. Index: p. 313-323
Abstract
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.