Instructional Video5:45
Curated Video

Complete Modern C++ - Inline Variables

Higher Ed
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,...
Instructional Video5:59
Curated Video

Complete Modern C++ - Attributes

Higher Ed
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...
Instructional Video8:07
Englishing

Lesson on Mixed CONDITIONALS (TERRIFIC Lesson on a very DIFFICULT grammar topic)

9th - Higher Ed
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...
Instructional Video1:04
History Hub

What is Magna Carta? Clauses 39 and 40

12th - Higher Ed
An introduction to clauses 39 and 40 of Magna Carta
Instructional Video5:27
Curated Video

Creational Design Patterns in Modern C++ - Clock Class

Higher Ed
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...
Instructional Video2:39
Curated Video

Complete Modern C++ - Structures

Higher Ed
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...
Instructional Video5:51
Curated Video

Complete Modern C++ - Feature Test Macros

Higher Ed
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...
Instructional Video6:53
Curated Video

Complete Modern C++ - Class Template Partial Specialization

Higher Ed
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,...
Instructional Video3:50
Englishing

Inglese per Italiani: Relative Clauses (Proposizioni Relative spiegato BENISSIMO in ITALIANO)

9th - Higher Ed
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...
Instructional Video4:10
Englishing

English Vocabulary Lesson: BY THE TIME (By the time this lesson finishes, I will have understood)

9th - Higher Ed
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...
Instructional Video6:27
Curated Video

Microsoft SQL Server Development for Everyone - Deleting Data from the Table Using an SQL Script

Higher Ed
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...
Instructional Video5:46
Englishing

Lesson on RELATIVE CLAUSES (who, which, that, where)

9th - Higher Ed
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...
Instructional Video5:26
Englishing

Lesson on Clauses of MANNER (like, in a way, as, just as, the way, as if)

9th - Higher Ed
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...
Instructional Video9:21
Curated Video

The Full Stack Web Development - Part 1 - Selecting Data

Higher Ed
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...
Instructional Video7:32
Curated Video

Complete Modern C++ - Parallel Algorithms - II

Higher Ed
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
Instructional Video5:48
Curated Video

Complete Modern C++ - Thread Creation (std::thread)

Higher Ed
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.
Instructional Video5:53
Curated Video

Complete Modern C++ - Lambda Expressions Capture List - Part III

Higher Ed
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.
Instructional Video5:41
Curated Video

Creational Design Patterns in Modern C++ - Basic Implementation

Higher Ed
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...
Instructional Video6:14
Curated Video

Complete Modern C++ - Project - Part VII (override and final specifier)

Higher Ed
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...
Instructional Video4:19
Curated Video

Complete Modern C++ - Passing Arguments to Threads

Higher Ed
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.
Instructional Video5:02
Curated Video

English Lesson: Talking About Plans & Predictions

Pre-K - Higher Ed
In this English lesson, I am going to show you how to talk about plans and predictions.
Instructional Video4:33
Curated Video

Complete Modern C++ - Mandatory Copy Elision - II

Higher Ed
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,...
Instructional Video8:08
Curated Video

Complete Modern C++ - Structured Bindings

Higher Ed
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...
Instructional Video4:02
Curated Video

Complete Modern C++ - Class Template Explicit Specialization - Part II

Higher Ed
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...