Curated Video
Complete Modern C++ - Inline Variables
In this video, learn how to use inline variables at global and class scope. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as changes,...
Curated Video
Complete Modern C++ - Attributes
In this video, learn about the attributes added to C++11, C++14, and C++17 and how they can be used in code. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core...
Englishing
Lesson on Mixed CONDITIONALS (TERRIFIC Lesson on a very DIFFICULT grammar topic)
This video is about mixed conditionals. These conditionals are used for unreal situations. There can be six different patterns, and they can refer to present, past or future actions. It is suggested to learn first the other 3 types of...
History Hub
What is Magna Carta? Clauses 39 and 40
An introduction to clauses 39 and 40 of Magna Carta
Curated Video
Creational Design Patterns in Modern C++ - Clock Class
This video highlights an example that does not require a singleton implementation for singularity. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of...
Curated Video
Complete Modern C++ - Structures
This video explains the meaning and purpose of structures in C++. • `string_view`: intention of “observing” • Retain strings passed to functions • Performance comparison with `std::string` This clip is from the chapter "Classes and...
Curated Video
Complete Modern C++ - Feature Test Macros
This video introduces the __has_include macro to test for existence of a header file. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as...
Curated Video
Complete Modern C++ - Class Template Partial Specialization
This video explains the concept of partial specialization of class templates. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding,...
Englishing
Inglese per Italiani: Relative Clauses (Proposizioni Relative spiegato BENISSIMO in ITALIANO)
This mini lesson is about relative clauses, defining and non defining. I will give you simple examples in order for you to understand it better. This lesson is for elementary students who wish to improve on their grammar, and even for...
Englishing
English Vocabulary Lesson: BY THE TIME (By the time this lesson finishes, I will have understood)
This video is about the expression of time "by the time". Frequently misused, this expression can be used for a past, present or a future action and it means, "at some point before". By the time is followed by a clause with a relative...
Curated Video
Microsoft SQL Server Development for Everyone - Deleting Data from the Table Using an SQL Script
This video explains how to delete data from the table using an SQL script. This clip is from the chapter "Manipulating Tables and Data" of the series "Microsoft SQL Server Development for Everyone".This section explains how to manipulate...
Englishing
Lesson on RELATIVE CLAUSES (who, which, that, where)
Relative Clauses are words such as (who, which, that, where, etc) that are used to join two or more sentences together. In this video, Mr. P./Marc explains the difference between defining and non-defining relative clause. He provides...
Englishing
Lesson on Clauses of MANNER (like, in a way, as, just as, the way, as if)
In this video lesson, Mr. P./Marc will talk about clauses of manner such as (just as, as, like, in a way, the way, and as though). He will start the lesson by giving examples of the many ways these clauses are used. He will then delve...
Curated Video
The Full Stack Web Development - Part 1 - Selecting Data
Database Design using MySQL: Part 1 - Selecting Data 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
Complete Modern C++ - Parallel Algorithms - II
This video demonstrates the usage of parallel algorithms and how they can improve the performance of your code. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Curated Video
Complete Modern C++ - Thread Creation (std::thread)
In this video, you will learn how to use the std::thread class to create a thread. This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Curated Video
Complete Modern C++ - Lambda Expressions Capture List - Part III
This video discusses how to capture class members through this pointer. This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and lambda expressions.
Curated Video
Creational Design Patterns in Modern C++ - Basic Implementation
This video explains the basic implementation of the builder pattern. • Open the *.ui file in Qt Creator • Add the QPlainTextEdit widget to the UI • Arrange the layout contents vertically and add menu items This clip is from the chapter...
Curated Video
Complete Modern C++ - Project - Part VII (override and final specifier)
This video explains the purpose of override and final specifier. 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 project...
Curated Video
Complete Modern C++ - Passing Arguments to Threads
In this video, learn how to pass arguments to thread functions. This clip is from the chapter "C++ Concurrency" of the series "Complete Modern C++".The author talks about concurrency in this section.
Curated Video
English Lesson: Talking About Plans & Predictions
In this English lesson, I am going to show you how to talk about plans and predictions.
Curated Video
Complete Modern C++ - Mandatory Copy Elision - II
This video explains mandatory copy elision introduced in C++17. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section explains core features of C++17 such as changes, attributes,...
Curated Video
Complete Modern C++ - Structured Bindings
In this video, understand how to use structured bindings to bind variables to different members of an object or an array. This clip is from the chapter "C++17 Core Language Features" of the series "Complete Modern C++".This section...
Curated Video
Complete Modern C++ - Class Template Explicit Specialization - Part II
In this video, we will see some more examples of explicit specialization of class templates. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...