Instructional Video6:58
Curated Video

Behavioral Design Patterns in C++ - Change Manager - II

Higher Ed
This video helps implement the concept of Change Manager in the code. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video2:01
Curated Video

Behavioral Design Patterns in C++ - Change Manager - I

Higher Ed
This video shows the Change Manager, which helps take information from the subject and pass on the right information or notify the observers as intended. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns...
Instructional Video5:38
Curated Video

Behavioral Design Patterns in C++ - Sensor - II

Higher Ed
In the application, for every change in temperature, all the observers get the notifications. In this video, we will see how billboard and simple display do not display the updated temperature if it is just a minor change. This clip is...
Instructional Video3:53
Curated Video

Behavioral Design Patterns in C++ - Sensor - I

Higher Ed
This video explains how the observer acquires the data. Here, the data itself is sent along with the notification and this will be explained with the help of the temperature sensor application. This clip is from the chapter "Observer" of...
Instructional Video7:48
Curated Video

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

Higher Ed
In this video, we will see how only a particular slide should be displayed in the output, which is recently added or modified. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section...
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...