Instructional Video4:53
Curated Video

Structural Design Patterns in Modern C++ - Pros and Cons - Proxy Design Pattern

Higher Ed
This video explains the pros and cons 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 Video4:43
Curated Video

Structural Design Patterns in Modern C++ - Pros and Cons - Facade Design Pattern

Higher Ed
This video explains the pros and cons 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:52
Curated Video

Structural Design Patterns in Modern C++ - Introduction to the Composite Pattern

Higher Ed
This video introduces you to the composite pattern.
<
br/>
This clip is from the chapter "Composite Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the composite design pattern. It...
Instructional Video4:15
Curated Video

Structural Design Patterns in Modern C++ - Introduction to Protection Proxy

Higher Ed
This video introduces you to the protection 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 Video3:05
Curated Video

Structural Design Patterns in Modern C++ - Composite Intent and Implementation Overview

Higher Ed
This video explains the intent of the composite pattern and presents and overview of the implementation of the pattern.
<
br/>
This clip is from the chapter "Composite Design Pattern" of the series "Structural Design Patterns in...
Instructional Video3:43
Curated Video

Structural Design Patterns in Modern C++ - Bridge Intent and Implementation Overview

Higher Ed
This video explains the intent of the bridge pattern and presents an overview of the implementation of the pattern.
<
br/>
This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern...
Instructional Video3:58
Curated Video

Structural Design Patterns in Modern C++ - Boost.Flyweight

Higher Ed
This video explains how to use the Boost.Flyweight for interning.
<
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:45
Curated Video

Structural Design Patterns in Modern C++ - Adding Encryption and Compression Support to Streams

Higher Ed
This video explains how to add encrypting and compression support to streams.
<
br/>
This clip is from the chapter "Decorator Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on the...
Instructional Video3:22
Curated Video

Prime and Composite Numbers | Maths

6th - Higher Ed
What makes a number prime? What makes a number composite? Learn the difference between prime and composite numbers.
Instructional Video3:39
Curated Video

Structural Design Patterns in Modern C++ - Introduction to the Facade Pattern

Higher Ed
This video provides an introduction to 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 Video7:14
Curated Video

Structural Design Patterns in Modern C++ - Introduction to the Bridge Pattern

Higher Ed
This video introduces 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 design pattern. You will also learn...
Instructional Video3:56
Curated Video

Structural Design Patterns in Modern C++ - Introduction to the Adapter Pattern

Higher Ed
This video provides an introduction to 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 Video4:58
Curated Video

Structural Design Patterns in Modern C++ - Introduction to Design Patterns

Higher Ed
This video presents an introduction to design patterns.
<
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...
Instructional Video1:43
Curated Video

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

Higher Ed
This is the second 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 Video8:55
Curated Video

Structural Design Patterns in Modern C++ - Bridge Implementation

Higher Ed
This video explains how to implement the bridge pattern in the shape drawing application.
<
br/>
This clip is from the chapter "Bridge Design Pattern" of the series "Structural Design Patterns in Modern C++".This section focuses on...
Instructional Video9:37
Curated Video

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

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

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

Higher Ed
This video explains how to apply the protection 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 Video4:22
Curated Video

Structural Design Patterns in Modern C++ - Adding the Abstract Decorator Class

Higher Ed
This video demonstrates how to add the abstract decorator class.
<
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 Video9:33
Curated Video

Structural Design Patterns in Modern C++ - Adding Support for Rendering through OpenGL

Higher Ed
This video explains how to add support for rendering through OpenGL.
<
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 Video3:26
Curated Video

Structural Design Patterns in Modern C++ - Adding Buffering to Streams

Higher Ed
This video explains how to add buffering to 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 Video7:56
Curated Video

Structural Design Patterns in Modern C++ - Using Composition Instead of Inheritance

Higher Ed
This video explains how to use composition instead of inheritance.
<
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 Video1:13
Curated Video

Structural Design Patterns in Modern C++ - Structural Design Patterns Overview

Higher Ed
This video presents an overview of structural design patterns.
<
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...
Instructional Video5:23
Curated Video

Structural Design Patterns in Modern C++ - Shapes Hierarchy and Implementing the Line Class

Higher Ed
This video discusses the shape hierarchy and explains how to implement the line 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...
Instructional Video8:24
Curated Video

Structural Design Patterns in Modern C++ - Overview of Unified Modeling Language (UML) Class Diagrams

Higher Ed
This video presents an overview of UML class diagrams.
<
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...