Modern C++ Design: Generic Programming and Design Patterns AppliedКНИГИ » ПРОГРАММИНГ
Автор: Andrei Alexandrescu Название: Modern C++ Design: Generic Programming and Design Patterns Applied Издательство: Addison-Wesley Professional Год: 2001 ISBN: 0201704315 Язык: English Формат: epub Размер: 22,7 mb Страниц: 352
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 implement industrial strength generic components for real-world applications. Recurring issues that C++ developers face in their day-to-day activity are discussed in depth and implemented in a generic way. These include:
– Policy-based design for flexibility – Partial template specialization – Typelists—powerful type manipulation structures – Patterns such as Visitor, Singleton, Command, and Factories – Multi-method engines
For each generic component, the book presents the fundamental problems and design options, and finally implements a generic solution.
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
С этой публикацией часто скачивают:
Dive Into Design Patterns Название: Dive Into Design Patterns Автор: Alexander Shvets Издательство: Independently published Год: 2018 Страниц: 410 Язык: английский Формат:...
API Design for C++ Название: API Design for C++ Автор: Martin Reddy Издательство: Elsevier, Inc. Год: 2011 Формат: PDF Страниц: 444 Размер: 17,71 МБ Язык: English API...
From Mathematics to Generic Programming Название: From Mathematics to Generic Programming Автор: Alexander A. Stepanov, Daniel E. Rose Издательство: Addison-Wesley Professional Год: 2014...