Curated Video
Behavioral Design Patterns in C++ - Hangman - III
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.
Curated Video
Behavioral Design Patterns in C++ - Hangman - II
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.
Curated Video
Behavioral Design Patterns in C++ - Hangman - I
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.
Curated Video
Behavioral Design Patterns in C++ - Account Class
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.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Memento
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.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Memento
This video is an introduction to 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.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Command
This video talks about the pros and cons of the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which encapsulates...
Curated Video
Behavioral Design Patterns in C++ - DataList - II
In this video, we will add the menu and the macro class in this lesson and complete the implementation. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - DataList - I
This video starts with another example that will be used to understand how macro commands can be implemented. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - Undo - V
This video helps you store copies of command objects that are executed in a stack and test our implementation. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - Undo - IV
In this video, we will continue implementing the undo method in the remaining command classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Curated Video
Behavioral Design Patterns in C++ - Undo - III
This video will help you implement the undo method of several command classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Curated Video
Behavioral Design Patterns in C++ - Undo - II
This video explains the concept of undo in more depth. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which encapsulates requests as...
Curated Video
Behavioral Design Patterns in C++ - Undo - I
This video explains the basics of undo and redo through the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Curated Video
Behavioral Design Patterns in C++ - TextPad - IX
This video builds upon the previous implementation and moves the functionality of many application methods of their own classes. This will be later useful to implement the undo/redo functionality. This clip is from the chapter "Command"...
Curated Video
Behavioral Design Patterns in C++ - TextPad - VIII
This video demonstrates how to use the command pattern to handle commands/events and also achieve loose coupling between the classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Curated Video
Behavioral Design Patterns in C++ - TextPad - VI
In this video, we will use the menu class with the application class. You will be able to see how the classes are loosely coupled. This implementation uses a pointer to function as callback and does not use an object-oriented approach....
Curated Video
Behavioral Design Patterns in C++ - TextPad - V
In this video, we will modify the menu class and break its dependency of the application class. This will make it reusable with any class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Curated Video
Behavioral Design Patterns in C++ - TextPad - IV
In this video, we will implement the menu class for handling user input. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Curated Video
Behavioral Design Patterns in C++ - TextPad - III
In this video, we will implement the input handling functionality in the application class. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...
Curated Video
Behavioral Design Patterns in C++ - TextPad - II
This video starts with the creation of the application class and implementation of its important methods. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - FindDialog - II
In this video, you will see how the dialog box handles the event from the button using the command pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation - II
In this video, we continue our exploration of the command design pattern by implementing the basic structure of our command objects. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation - I
In this video, we will start with the basics of implementing the command design pattern. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design...