Instructional Video3:38
Curated Video

Structural Design Patterns in Modern C++ - Implementing Sharing for String Objects.

Higher Ed
This video explains how to implement sharing for String objects.
<
br/>
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...
Instructional Video6:27
Curated Video

Structural Design Patterns in Modern C++ - Implementing and Applying Streams

Higher Ed
This video explains how to implement and apply streams.<br<br/>/>

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.
Instructional Video2:08
Curated Video

Structural Design Patterns in Modern C++ - Handle-Body

Higher Ed
This video discusses the handle-body idiom.
<
br/>
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...
Instructional Video6:36
Curated Video

Structural Design Patterns in Modern C++ - Game Input

Higher Ed
This video presents an example of game input.
<
br/>
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...
Instructional Video8:25
Curated Video

Structural Design Patterns in Modern C++ - Game Implementation - Part II

Higher Ed
This is the second part of the three-part video that focuses on the issues in the game and explains how to resolve them.
<
br/>
This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in...
Instructional Video9:08
Curated Video

Structural Design Patterns in Modern C++ - Game Implementation - Part I

Higher Ed
This is the first part of the three-part video that focuses on the 3D models in the game.
<
br/>
This clip is from the chapter "Flyweight Design Pattern" of the series "Structural Design Patterns in Modern C++".This section...
Instructional Video9:07
Curated Video

Structural Design Patterns in Modern C++ - Functional Decorator

Higher Ed
This video explains the functional decorator.<br<br/>/>

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.
Instructional Video3:38
Curated Video

Structural Design Patterns in Modern C++ - Example of the Remote Proxy

Higher Ed
This video presents an example of the remote proxy.<br<br/>/>

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.
Instructional Video2:23
Curated Video

Structural Design Patterns in Modern C++ - Decorator Types

Higher Ed
This video focuses on the types of decorators.<br<br/>/>

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.
Instructional Video6:07
Curated Video

Structural Design Patterns in Modern C++ - Creating the String Class

Higher Ed
This video demonstrates how to create the String class.
<
br/>
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...
Instructional Video7:08
Curated Video

Structural Design Patterns in Modern C++ - Creating String Class

Higher Ed
This video demonstrates how to create the String class.
<
br/>
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...
Instructional Video3:03
Curated Video

Structural Design Patterns in Modern C++ - Course Overview

Higher Ed
This video introduces you to the course.
<
br/>
This clip is from the chapter "Introduction" of the series "Structural Design Patterns in Modern C++".This section introduces you to design patterns and Unified Modeling Language (UML)...
Instructional Video6:42
Curated Video

Structural Design Patterns in Modern C++ - Console Project - Part IV

Higher Ed
This is the fourth part of the four-part video that presents details on the console project.
<
br/>
This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains...
Instructional Video6:30
Curated Video

Structural Design Patterns in Modern C++ - Console Project - Part III

Higher Ed
This is the third part of the four-part video that presents details on the console project.
<
br/>
This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains...
Instructional Video6:52
Curated Video

Structural Design Patterns in Modern C++ - Console Project - Part I

Higher Ed
This is the first part of the four-part video that presents details on the console project.
<
br/>
This clip is from the chapter "Facade Design Pattern" of the series "Structural Design Patterns in Modern C++".This section explains...
Instructional Video5:38
Curated Video

Structural Design Patterns in Modern C++ - Console Facade for Linux

Higher Ed
This video explains console Facade for Linux.
<
br/>
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...
Instructional Video8:07
Curated Video

Structural Design Patterns in Modern C++ - Class Adapter

Higher Ed
This video explains the class adapter.
<
br/>
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,...
Instructional Video9:28
Curated Video

Structural Design Patterns in Modern C++ - Basic Implementation

Higher Ed
This video demonstrates how to implement the flyweight pattern
<
br/>
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...
Instructional Video4:54
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Bridge Design Pattern

Higher Ed
This video presents a basic implementation example of the bridge pattern.
<
br/>
This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the bridge...
Instructional Video4:20
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Decorator Design Pattern

Higher Ed
This video presents a basic example of the decorator pattern.
<
br/>
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...
Instructional Video5:38
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Proxy Design Pattern

Higher Ed
This video presents a basic example of the proxy pattern.<br<br/>/>

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.
Instructional Video6:37
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Facade Design Pattern

Higher Ed
This video presents a basic example of the Facade pattern.
<
br/>
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...
Instructional Video4:33
Curated Video

Structural Design Patterns in Modern C++ - Basic Example - Adapter Design Pattern

Higher Ed
This video presents a basic example of the adapter pattern.
<
br/>
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...
Instructional Video6:21
Curated Video

Structural Design Patterns in Modern C++ - Applying Virtual Proxy

Higher Ed
This video explains how to apply virtual proxy.<br<br/>/>

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.