Instructional Video7:38
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Variables and Constants

Higher Ed
Here, we will go over the difference between variables and constants, how to declare variables and their data types, and how to store data in a variable correctly.
r/>
This clip is from the chapter "Programming Fundamentals" of...
Instructional Video8:35
Curated Video

Complete Modern C++ - Class Templates

Higher Ed
This video introduces you to class templates.
r/>
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, variadic templates,...
Instructional Video4:19
Curated Video

Complete Modern C++ - static_assert (C++11)

Higher Ed
This video shows how to use static_assert.
r/>
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, variadic templates,...
Instructional Video2:30
Curated Video

C++ 20 (2a) New Features - Rationale Behind the Modules

Higher Ed
Include directives cause long compilation times and unclear separation of interface from implementation.

• See size of preprocessed
file
• See number of lines from preproc
essed file
• Learn to include directi
ve...
Instructional Video6:32
Curated Video

The Complete Java Developer Course: From Beginner to Master - Comments

Higher Ed
This video shows how to write comments in Java programming that won't have any impact on the execution of the code lines. This is a simple form of software engineering documentation.
r/>
This clip is from the chapter...
Instructional Video11:01
Curated Video

Java Interview Guide : 200+ Interview Questions and Answers - Wrapper Classes

Higher Ed
Wrapper Classes: Wrapper Classes<br/<br/>>

This clip is from the chapter "Wrapper Classes" of the series "Java Interview Guide : 200+ Interview Questions and Answers".In this section, you will learn about Java Wrapper Classes.
Instructional Video10:55
Curated Video

Comprehensive Android Developer Bootcamp - Basic Operations - Add, Div, Mult, Sub...

Higher Ed
Deep Dive into Java Programming Language:Basic Operations - Add, Div, Mult, Sub...
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This...
Instructional Video6:03
Curated Video

Hands-On WebAssembly for C++ Programmers - Setting Up Your Toolchain

Higher Ed
Here, see how you can configure your environment to compile C++ to WebAssembly.

• Learn what the tool
s are
• Install the tools on your
own system
• Verify your tools are wo
rk
ing correctly

This clip is...
Instructional Video3:15
Curated Video

Complete Modern C++ - Constant Member Functions

Higher Ed
This video explains how to create read-only functions through the const qualifier.<br/<br/>>

This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Instructional Video2:56
Curated Video

Complete Modern C++ - Move Semantics - std::move Function (C++11)

Higher Ed
This video shows how to use the std::move function to force move semantics on L-value.
r/>
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and...
Instructional Video3:09
Curated Video

Complete Modern C++ - The C++ Compilation Process

Higher Ed
This video explains the C++ build process in detail.

• Structure of the match fun
ction
• Learn implementation of matc
h function
• Usage example and generated ass
em
bly benchmark

This clip is from the...
Instructional Video7:24
Curated Video

Complete Modern C++ - Perfect Forwarding - Part I (C++11)

Higher Ed
This video introduces perfect forwarding, which is a very important concept implemented through R-value references.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see...
Instructional Video3:50
Curated Video

Complete Modern C++ - Introduction to Filesystem Library (C++17)

Higher Ed
This video gives a glimpse of the features of the filesystem library from the C++17 standard.
r/>
This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions...
Instructional Video5:15
Curated Video

C++ 20 (2a) New Features - How to Build Examples

Higher Ed
Consider problem of building examples using different compilers for each section.

• Check how to enable/disable the examples for a se
ction
• Build latest GCC fr
om sources
• Invoke CMake and make use of the new
ly...
Instructional Video4:39
Curated Video

Complete Modern C++ - Non-Static Data Member Initializers (C++11)

Higher Ed
This video explains this C++11 feature and shows how to use it to initialize class members directly inside a class.

• Smart pointers, raw pointers, and refer
ences
• Functi
on objects
• Conti
gu
ous sequences
...
Instructional Video5:23
Curated Video

Complete Modern C++ - Cevelop Installation

Higher Ed
In this video, the author explains how to install Cevelop.

• Learn type-safe error han
dling
• Understand stat
e machines
• Explore recursive
da
ta structures

This clip is from the chapter "Start Here" of...
Instructional Video6:50
Curated Video

Multi-Paradigm Programming with Modern C++ - Improving Compilation Speed

Higher Ed
In this video, we learn about the factors that affect compilation speed and get some practical guidelines for improving it.

• Factors affecting compilation speed and common tools to get quick
wins
• Precompil
ed...
Instructional Video4:57
Curated Video

Comprehensive Android Developer Bootcamp - Integers and Concatenation

Higher Ed
Deep Dive into Java Programming Language:Integers and Concatenation
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section...
Instructional Video4:47
Curated Video

Complete Modern C++ - this Pointer

Higher Ed
This video explains this pointer and its purpose.<br/<br/>>

This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Instructional Video8:26
Curated Video

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

Higher Ed
This video introduces the capture list.<br/<br/>>

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:01
Curated Video

Complete Modern C++ - Lambda Expressions - Internals

Higher Ed
This video shows you how lambda expressions are implemented internally.
r/>
This clip is from the chapter "Lambda Expressions (C++11)" of the series "Complete Modern C++".In this section, we will investigate callbacks and...
Instructional Video10:23
Curated Video

Rust Programming Master Class from Beginner to Expert - Generics and Deref Coercion in Smart Pointers

Higher Ed
In this video, we will cover generics and Deref coercion in smart pointers.
<
br/>
This clip is from the chapter "Smart Pointers" of the series "Rust Programming Master Class from Beginner to Expert".In this section, you will learn...
Instructional Video2:58
Curated Video

Mastering Swift 2 Programming (Video 52)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in...
Instructional Video7:30
Curated Video

Complete Modern C++ - const Qualifier and Compound Types

Higher Ed
This video explains how to use const qualifier with pointers and references.
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions,...