Curated Video
Behavioral Design Patterns in C++ - Boolean Interpreter - I
This video helps in the implementation of the Boolean Interpreter design pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Interpreter
This video explains the basic implementation of the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Interpreter
This video provides an introduction to the Interpreter pattern. This clip is from the chapter "Interpreter" of the series "Behavioral Design Patterns in C++".This section focuses on the Interpreter pattern.
Curated Video
Behavioral Design Patterns in C++ - Variant
In this video, we will discuss the C++17 std::variant. This class uses the Visitor pattern for performing operations on its members. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section...
Curated Video
Behavioral Design Patterns in C++ - Generic Acycle Visitor - II
In this video, you will go ahead and build on the previous video of implementing the generic Acycle Visitor completely. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Behavioral Design Patterns in C++ - Acyclic Visitor
This video explains Acyclic Visitor in detail. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - VI
This video explains the concept of cyclic dependency. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - V
This video will help you add new operations to the existing class hierarchy with the help of the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the...
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - IV
This video explains the single and double dispatch concepts. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - III
In this video, you will implement the Visitor pattern, through which you will add new operations to the shape hierarchy. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on...
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - II
This video helps in rendering classes representing the geometry of a line and a circle on the screen. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Shapes Example - I
This video explains the implementation of shape hierarchy with the help of the Visitor pattern. Here, you will implement classes representing the geometry of a line and a circle. This clip is from the chapter "Visitor" of the series...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Visitor
This video explains the basic implementation of the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Visitor
This video provides an introduction to the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Mediator
This video talks about the pros and cons of the Mediator design pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - DialogBox - IV
This video helps implement the Mediator design pattern to remove dependencies between the widgets’ classes. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator...
Curated Video
Behavioral Design Patterns in C++ - DialogBox - III
This video demonstrates the implementation of the interaction mechanism of the widgets with each other. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - DialogBox - II
This video will help in the implementation of all the widget classes. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - DialogBox - I
This video will help you create a DialogBox where you will add some widgets and see how to interact with the widgets through the mediator design pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns...
Curated Video
Behavioral Design Patterns in C++ - Chat System - II
This video is a continuation to building a central chat server. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - Chat System - I
This video demonstrates the use case of a chat system. Suppose there are more users who want to connect on the chat system. In that case, connection of each and every individual to another directly can make the system design a lot more...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Mediator
This video demonstrates the basic implementation of the Mediator pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Mediator
This video is an introduction to the Mediator pattern. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Observer
This video talks about the pros and cons 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.