Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Modern C++ Design: Generic Programming and Design Patterns Applied (Repost)

    Posted By: DZ123
    Modern C++ Design: Generic Programming and Design Patterns Applied (Repost)

    Debbie Lafferty, Andrei Alexandrescu, "Modern C++ Design: Generic Programming and Design Patterns Applied"
    English | 2011 | ISBN: 0201704315 | PDF | pages: 360 | 3.8 mb

    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 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.