Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
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 1 2 3 4 5
    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

    Design Patterns in Modern C++: Reusable Approaches for Object-Oriented Software Design

    Posted By: AvaxGenius
    Design Patterns in Modern C++: Reusable Approaches for Object-Oriented Software Design

    Design Patterns in Modern C++: Reusable Approaches for Object-Oriented Software Design By Dmitri Nesteruk
    English | PDF,EPUB | 2018 | 312 Pages | ISBN : 1484236025 | 3.22 MB

    Apply modern C++17 to the implementations of classic design patterns. As well as covering traditional design patterns, this book fleshes out new patterns and approaches that will be useful to C++ developers. The author presents concepts as a fun investigation of how problems can be solved in different ways, along the way using varying degrees of technical sophistication and explaining different sorts of trade-offs.
    Design Patterns in Modern C++ also provides a technology demo for modern C++, showcasing how some of its latest features (e.g., coroutines) make difficult problems a lot easier to solve. The examples in this book are all suitable for putting into production, with only a few simplifications made in order to aid readability.

    You will:
    Apply design patterns to modern C++ programming
    Use creational patterns of builder, factories, prototype and singleton
    Implement structural patterns such as adapter, bridge, decorator, facade and more
    Work with the behavioral patterns such as chain of responsibility, command, iterator, mediator and more
    Apply functional design patterns such as Monad and more