Book Image

Structural Design Patterns in Modern C++ [Video]

By : Umar Lone
5 (1)
Book Image

Structural Design Patterns in Modern C++ [Video]

5 (1)
By: Umar Lone

Overview of this book

With design patterns, it is very easy to solve common object-oriented design problems. However, understanding and learning design patterns is tough and time-consuming. This course will help you get acquainted with design patterns and teach you some useful techniques to implement them in modern C++. The course starts with an introduction to design patterns and explains the structure of a pattern with the help of a Unified Modeling Language (UML) class diagram. Then, you will understand how to implement a design pattern, how to examine the issues, and how to refactor the code by studying different types of design patterns such as adapter, façade, proxy, decorator, composite, bridge, and flyweight. In addition to this, you will also learn about the pros and cons of each pattern. By the end of this course, you will be well-versed in various structural design patterns and will have developed the skills to implement them in modern C++. All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/Structural-Design-Patterns-in-Modern-C-
Table of Contents (8 chapters)
Chapter 8
Flyweight Design Pattern
Content Locked
Section 8
Adding StringInfo for Sharing Internal Strings
This video explains how to add StringInfo for sharing internal strings.