Design Patterns in Modern C++ ✤ Dmitri Nesteruk ✤ PDF ePUB Audiobook
1 view
Skip to first unread message
s...@ocfsids.web.app
unread,
Dec 6, 2023, 8:22:50 PM12/6/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hdf2f9...@googlegroups.com
G2zj8ZaJOxBYG - Dmitri Nesteruk : Design Patterns in Modern C++ Reusable Approaches for Object-Oriented Software Design. Download and read book in PDF, ePUB, mobi, kindle, audiobook and others supported format on any devices.
Book Title : Design Patterns in Modern C++ Author : Dmitri Nesteruk Publisher : Apress Released : 2018-04-18 Pages : 314
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. What You Will Learn
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
Who This Book Is For Those with at least some prior programming experience, especially in C++.