Hi, what do you want to do?
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Variables and Constants
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...
r/>
This clip is from the chapter "Programming Fundamentals" of...
Curated Video
Complete Modern C++ - Class Templates
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,...
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,...
Curated Video
Complete Modern C++ - static_assert (C++11)
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,...
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,...
Curated Video
C++ 20 (2a) New Features - Rationale Behind the Modules
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...
• See size of preprocessed
file
• See number of lines from preproc
essed file
• Learn to include directi
ve...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Comments
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...
r/>
This clip is from the chapter...
Curated Video
Java Interview Guide : 200+ Interview Questions and Answers - Wrapper Classes
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.
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.
Curated Video
Comprehensive Android Developer Bootcamp - Basic Operations - Add, Div, Mult, Sub...
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...
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This...
Curated Video
Hands-On WebAssembly for C++ Programmers - Setting Up Your Toolchain
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...
• Learn what the tool
s are
• Install the tools on your
own system
• Verify your tools are wo
rk
ing correctly
This clip is...
Curated Video
Complete Modern C++ - Constant Member Functions
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.
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Curated Video
Complete Modern C++ - Move Semantics - std::move Function (C++11)
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...
r/>
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and...
Curated Video
Complete Modern C++ - The C++ Compilation Process
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...
• 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...
Curated Video
Complete Modern C++ - Perfect Forwarding - Part I (C++11)
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...
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see...
Curated Video
Complete Modern C++ - Introduction to Filesystem Library (C++17)
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...
r/>
This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions...
Curated Video
C++ 20 (2a) New Features - How to Build Examples
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...
• 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...
Curated Video
Complete Modern C++ - Non-Static Data Member Initializers (C++11)
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
...
• Smart pointers, raw pointers, and refer
ences
• Functi
on objects
• Conti
gu
ous sequences
...
Curated Video
Complete Modern C++ - Cevelop Installation
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...
• Learn type-safe error han
dling
• Understand stat
e machines
• Explore recursive
da
ta structures
This clip is from the chapter "Start Here" of...
Curated Video
Multi-Paradigm Programming with Modern C++ - Improving Compilation Speed
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...
• Factors affecting compilation speed and common tools to get quick
wins
• Precompil
ed...
Curated Video
Comprehensive Android Developer Bootcamp - Integers and Concatenation
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...
r/>
This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section...
Curated Video
Complete Modern C++ - this Pointer
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.
This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and objects.
Curated Video
Complete Modern C++ - Lambda Expressions Capture List - Part I
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.
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
Complete Modern C++ - Lambda Expressions - Internals
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...
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...
Curated Video
Rust Programming Master Class from Beginner to Expert - Generics and Deref Coercion in Smart Pointers
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...
<
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...
Curated Video
Mastering Swift 2 Programming (Video 52)
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...
Curated Video
Complete Modern C++ - const Qualifier and Compound Types
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,...
r/>
This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions,...