Hi, what do you want to do?
Englishing
Second Conditional (Secondo CONDIZIONALE INGLESE - Lezione FACILE)
In this lesson we will look at the usage of the #second #conditional. Why and when do you use the second conditional ?. This video will give you the answer to both these questions by giving easy examples in order to be comprehensible for...
Englishing
How to use ADVERBS of DEGREE (absolutely, awfully, largely, entirely, almost, nearly, really)
An adverb is formed adding -ly to adjectives, but not always. There are tons of exceptions. In this lesson Mr. P. will delve into how and when to use adverbs of degree. He will list five different ways where adverbs of degree are used,...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation with the Abstract Factory
This video demonstrates how to modify and refactor the previous example to use the abstract factory.
• Define basic data in
code
• Add a test .csv file with
fake data
• Edit the .csv file to see how th
e
library...
• Define basic data in
code
• Add a test .csv file with
fake data
• Edit the .csv file to see how th
e
library...
Curated Video
Creational Design Patterns in Modern C++ - Application Framework - Discussion
This video explains the framework needed to implement the factory method.
• Explain iter
ators
• Show examples to further illustrate how
they work
• Analyze the results of the examples via p
ri
nt statements
...
• Explain iter
ators
• Show examples to further illustrate how
they work
• Analyze the results of the examples via p
ri
nt statements
...
Curated Video
Complete Modern C++ - Inheritance and Composition
In this video, we revisit inheritance and composition and explain it again with examples.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about...
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about...
Curated Video
Creational Design Patterns in Modern C++ - S.O.L.I.D. Principles - Part II
This video is the second part of the three-part video that explains the Liskov Substitution principle.
• Learn type-safe error han
dling
• Understand stat
e machines
• Explore recursive
da
ta structures
...
• Learn type-safe error han
dling
• Understand stat
e machines
• Explore recursive
da
ta structures
...
Curated Video
Complete Modern C++ - Inheritance and Access Modifiers
This video explains access modifiers in the context of inheritance.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will...
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will...
Ancient Lights Media
US Constitution: The Idea of Federal Supremacy
Understanding the U.S. Constitution: 3. This clip explains how the U.S. Constitution endows federal government with supreme power over the states.
Curated Video
Creational Design Patterns in Modern C++ - Introduction - introduces you to the pattern and its intent
This video introduces you to the pattern and its intent.
• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and generate the pr
oj
ect via CMake
This clip is from...
• Instal
l Qt5
• Implement CMake for your Qt5 directory as shown in
the video
• Reconfigure and generate the pr
oj
ect via CMake
This clip is from...
Englishing
Lesson on ADJECTIVES (modifying nouns and do not change gender and number)
This is the first episode of a new series called "What you don't know about...". There are many rules in English, but a myriad of exceptions. In this episode, Mr. P./Marc will talk about all the points and exceptions you don't learn...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part IV
This video is the fourth part of the six-part video that demonstrates how to implement the prototype pattern through a shallow copy.
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
r/>
This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example - highlights a simple example - abstract factory
This video highlights a simple example that will be implemented later with the abstract factory.
• Plan out the cl
asses
• Implement the classes based o
n the plan
• Compare functions for basic functionality in
th
e...
• Plan out the cl
asses
• Implement the classes based o
n the plan
• Compare functions for basic functionality in
th
e...
Curated Video
Creational Design Patterns in Modern C++ - Using the Abstract Factory
This video demonstrates how to refactor the database framework to use the abstract factory design method.
r/>
This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This...
r/>
This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This...
Curated Video
Creational Design Patterns in Modern C++ - Introduction - explains the intent, structure, and implementation
This video explains the intent, structure, and implementation of the object pool pattern.
• Reminder of what `std::strin
g` is
• How `std::string` works and its
semantics
• `std::string
`
in interfaces
...
• Reminder of what `std::strin
g` is
• How `std::string` works and its
semantics
• `std::string
`
in interfaces
...
Curated Video
Creational Design Patterns in Modern C++ - Generic Pool - Part II
This video is the second part of the two-part video that demonstrates how to improve the implementation with a custom allocator.
r/>
This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in...
r/>
This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in...
Curated Video
Creational Design Patterns in Modern C++ - Monostate Pattern
This video explains the monostate pattern and demonstrates how to implement it.
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger...
r/>
This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger...
Curated Video
Creational Design Patterns in Modern C++ - Basic Example demonstrates a simple implementation of the singleton pattern
This video demonstrates a simple implementation of the singleton pattern.
• Implementation overview of
match
• Build an ov
erload set
• C++17
de
duction guide
This clip is from the chapter "Singleton" of...
• Implementation overview of
match
• Build an ov
erload set
• C++17
de
duction guide
This clip is from the chapter "Singleton" of...
TLDR News
Brexit Negotiations: Parliament Loses Control - Explaining Brexit.
When Johnson brought the Withdrawal Agreement Bill back to the House of Commons in December it had been changed in a number of ways. One of the changes meant that MPs no longer had any say in the future negotiations between the UK and...
Curated Video
The Full Stack Web Development - An Overview of SQL
Database Design using MySQL: An Overview of SQL This clip is from the chapter "Database Design using MySQL" of the series "The Full Stack Web Development".For databases, we are going to have a few relational databases such as MySQL...
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation - Part I
This video is the first part of the two-part video that explains the factory method design pattern with a basic example.
• Learn construction and solve an assig
nment
• Access to st
ored value
• Re
se
t and...
• Learn construction and solve an assig
nment
• Access to st
ored value
• Re
se
t and...
Curated Video
Complete Modern C++ - Project - Part II (Account and Savings Implementation)
This video shows implementation of the Account hierarchy.
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a...
r/>
This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a...
Curated Video
Creational Design Patterns in Modern C++ - Multiple Actors - Part I
This video is the first part of the three-part video that demonstrates how to update the example to support multiple types of actors.
• Smart pointers, raw pointers, and refer
ences
• Functi
on objects
• Conti
gu
ous...
• Smart pointers, raw pointers, and refer
ences
• Functi
on objects
• Conti
gu
ous...
Curated Video
How to Use ‘Albeit’ for Higher Writing Scores
Today you’ll learn how to use the linking word ‘albeit’ for higher writing scores.
Recently, I posted about the high-level linking word ‘albeit’, and noticed that most students did not know...
Recently, I posted about the high-level linking word ‘albeit’, and noticed that most students did not know...
Curated Video
Creational Design Patterns in Modern C++ - Generic Pool - Part I
This video is the first part of the two-part video that demonstrates how to create a generic object pool that can work with any class.
r/>
This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in...
r/>
This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in...