Instructional Video5:11
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - III

Higher Ed
In this video, we will implement the Observer design pattern in the application. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - II

Higher Ed
In this video, we will add the classes that will display the content part. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video4:27
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - I

Higher Ed
This video will help you build an app like PowerPoint, which is the Slide Deck application here and present your data like you do in PPT. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This...
Instructional Video5:54
Curated Video

Behavioral Design Patterns in C++ - Alarm System

Higher Ed
This video talks about the alarm system in detail. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video4:49
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Observer

Higher Ed
This video provides a basic implementation of the Observer pattern. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video5:00
Curated Video

Behavioral Design Patterns in C++ - Introduction-Observer

Higher Ed
This video provides an introduction to the Observer pattern. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video6:25
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Chain Of Responsibility

Higher Ed
This video talks about the pros and cons of the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
Instructional Video3:06
Curated Video

Behavioral Design Patterns in C++ - Logging System - IV

Higher Ed
In this video, we will refine our implementation and reduce some boilerplate code. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video6:51
Curated Video

Behavioral Design Patterns in C++ - Logging System - III

Higher Ed
In this video, we will modify the WinApp class and implement the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility...
Instructional Video4:33
Curated Video

Behavioral Design Patterns in C++ - Logging System - II

Higher Ed
In this video, we will try to reduce the coupling between WinApp and the logger classes. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Logging System - I

Higher Ed
This video starts with another example in which we will implement a logging system. This example is implemented in three subsequent videos. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns...
Instructional Video5:31
Curated Video

Behavioral Design Patterns in C++ - Help System - II

Higher Ed
In this video, we will use the CoR pattern to implement the help system of an application. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video2:38
Curated Video

Behavioral Design Patterns in C++ - Help System - I

Higher Ed
In this video, we will use the example of a help system to understand the CoR pattern. It will also give you an overview of the example. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in...
Instructional Video5:36
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Chain Of Responsibility

Higher Ed
This video provides a basic implementation of the CoR pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of Responsibility pattern.
Instructional Video4:59
Curated Video

Behavioral Design Patterns in C++ - Introduction-Chain Of Responsibility

Higher Ed
This video provides an introduction to the CoR (Chain of Responsibility) pattern. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video4:04
Curated Video

Behavioral Design Patterns in C++ - Pros and cons-Memento

Higher Ed
This video talks about the pros and cons of the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video6:03
Curated Video

Behavioral Design Patterns in C++ - Hangman - VI

Higher Ed
In this video, we will use serialization to implement the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video3:36
Curated Video

Behavioral Design Patterns in C++ - Hangman - V

Higher Ed
This video will help in building upon the previous video and continuing our implementation of the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Instructional Video5:31
Curated Video

Behavioral Design Patterns in C++ - Hangman - IV

Higher Ed
In this video, we will take the responsibility of managing checkpoints out of the Hangman class by refactoring it to use the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This...
Instructional Video4:11
Curated Video

Behavioral Design Patterns in C++ - Hangman - III

Higher Ed
This video shows you how to implement checkpoints in the Hangman game. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video3:39
Curated Video

Behavioral Design Patterns in C++ - Hangman - II

Higher Ed
This video will help you test the Hangman game. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video7:22
Curated Video

Behavioral Design Patterns in C++ - Hangman - I

Higher Ed
In this video, we will implement the popular Hangman game on the console. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Account Class

Higher Ed
This video demonstrates the usage of the Memento pattern in a banking application. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video6:59
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Memento

Higher Ed
This video helps you with the basic implementation of the Memento pattern. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.