Instructional Video11:01
Curated Video

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

Higher Ed
Wrapper Classes: 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.
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... This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section...
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 tools are • Install the tools on your own system • Verify your tools are working correctly This clip is from the chapter "Running Our First...
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. 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. 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 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 function • Learn implementation of match function • Usage example and generated assembly benchmark This clip is from the chapter "Basic Language Facilities" of...
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. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
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. This clip is from the chapter "File Input and Output" of the series "Complete Modern C++".This section explains about functions in file input...
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 section • Build latest GCC from sources • Invoke CMake and make use of the newly compiled GCC This clip is...
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 references • Function objects • Contiguous sequences This clip is from the chapter...
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 handling • Understand state machines • Explore recursive data structures This clip is from the chapter "Start Here" of the series "Complete Modern C++".In...
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 • Precompiled headers • How to write...
Instructional Video4:57
Curated Video

Comprehensive Android Developer Bootcamp - Integers and Concatenation

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

Complete Modern C++ - this Pointer

Higher Ed
This video explains this pointer and its purpose. 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. 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. 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 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. 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 all about...
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 Objective-C are...
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. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers,...
Instructional Video4:19
Curated Video

Complete Modern C++ - The const Qualifier

Higher Ed
This video explains the importance of const qualifier and its usage. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references, and...
Instructional Video4:43
Curated Video

Complete Modern C++ - if constexpr - II

Higher Ed
This video shows the internals of how the conditional statements are discarded with compile time of expressions. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern C++".You will learn about fold...
Instructional Video4:05
Curated Video

C++ 20 (2a) New Features - constexpr Extensions

Higher Ed
Consider problem of defining a function that can only be executed at compile time and defining a variable that can only be initialized at compile time. • Define a static variable using constinit specifier • Define a function using...
Instructional Video1:03
Curated Video

Mastering Spring Framework Fundamentals - Understanding How Spring Creates Stateless Beans

Higher Ed
In this video, we will discuss strings in more detail. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and explains how to use them.
Instructional Video4:50
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Asking Great Questions and Debugging Your Code

Higher Ed
This video helps you with the solutions of how to debug the code, find solutions online, and the ways to ask good/specific questions. This clip is from the chapter "What Does the Course Cover?" of the series "Full Stack Web Development...