Curated Video
Structural Design Patterns in Modern C++ - Handle-Body
This video discusses the handle-body idiom. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will also learn about...
Curated Video
Structural Design Patterns in Modern C++ - Game Input
This video presents an example of game input. This clip is from the chapter "Adapter Design Pattern" of the series "Structural Design Patterns in Modern C++".This section provides an introduction to the adapter design pattern, explains...
Curated Video
Structural Design Patterns in Modern C++ - Game Implementation - Part II
This is the second part of the three-part video that focuses on the issues in the game and explains how to resolve them. This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern...
Curated Video
Structural Design Patterns in Modern C++ - Game Implementation - Part I
This is the first part of the three-part video that focuses on the 3D models in the game. This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to...
Curated Video
Structural Design Patterns in Modern C++ - Functional Decorator
This video explains the functional decorator. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Example of the Remote Proxy
This video presents an example of the remote proxy. This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Decorator Types
This video focuses on the types of decorators. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Creating the String Class
This video demonstrates how to create the String class. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will also learn...
Curated Video
Structural Design Patterns in Modern C++ - Creating String Class
This video demonstrates how to create the String class. This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to the flyweight design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Console Project - Part IV
This is the fourth part of the four-part video that presents details on the console project. This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains the Facade...
Curated Video
Structural Design Patterns in Modern C++ - Console Project - Part III
This is the third part of the four-part video that presents details on the console project. This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains the Facade...
Curated Video
Structural Design Patterns in Modern C++ - Console Project - Part I
This is the first part of the four-part video that presents details on the console project. This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains the Facade...
Curated Video
Structural Design Patterns in Modern C++ - Console Facade for Linux
This video explains console Facade for Linux. This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains the Facade design pattern and teaches you to work with...
Curated Video
Structural Design Patterns in Modern C++ - Class Adapter
This video explains the class adapter. This clip is from the chapter "Adapter Design Pattern" of the series "Structural Design Patterns in Modern C++".This section provides an introduction to the adapter design pattern, explains how to...
Curated Video
Structural Design Patterns in Modern C++ - Basic Implementation
This video demonstrates how to implement the flyweight pattern This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section introduces you to the flyweight design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Bridge Design Pattern
This video presents a basic implementation example of the bridge pattern. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern....
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Decorator Design Pattern
This video presents a basic example of the decorator pattern. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Proxy Design Pattern
This video presents a basic example of the proxy pattern. This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Facade Design Pattern
This video presents a basic example of the Facade pattern. This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains the Facade design pattern and teaches you to...
Curated Video
Structural Design Patterns in Modern C++ - Basic Example - Adapter Design Pattern
This video presents a basic example of the adapter pattern. This clip is from the chapter "Adapter Design Pattern" of the series "Structural Design Patterns in Modern C++".This section provides an introduction to the adapter design...
Curated Video
Structural Design Patterns in Modern C++ - Applying Virtual Proxy
This video explains how to apply virtual proxy. This clip is from the chapter "Proxy Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the proxy design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Adding the Shape Base Class
This video explains how to add the shape base class. This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge design pattern. You will also learn...
Curated Video
Structural Design Patterns in Modern C++ - Adding the BufferedStream Class
This video explains how to add the BufferedStream class. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the decorator design pattern.
Curated Video
Structural Design Patterns in Modern C++ - Adding the Abstract Decorator Class in Stream Class Hierarchies
This video explains how to add the abstract decorator class in both input and output stream class hierarchies. This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section...