Curated Video
Java Programming for Complete Beginners - Java 16 - Step 01 - Basics about Java Integer Data Types - Casting, Operators, and More
In this video, we will learn the basics about Java integer data types - casting, operators, and more. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 24 - Java Conditionals and If Statement - Exercise Statements
This video talks about Java conditionals and if statement - exercise statements. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Curated Video
C++ Programming By Example - Basic C++ Syntax
What is the basic C++ language “grammar”? • Identify the primitive integer types • Understand primitive floating-point types • Know how to control the code execution flow This clip is from the chapter "Introduction to C++ and Qt" of the...
Curated Video
Learn and Master C Programming - Using 'union' keyword in C
Understand how to declare and use a union and how are they different from structures. This clip is from the chapter "Structures & Unions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we use...
Curated Video
Learn and Master C Programming - Pointers and Arrays
We will learn how pointers and arrays are related and how we can treat array name as a pointer in some situations. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Curated Video
Bash Shell Scripting - declare Statement
This video focusses on declare statement. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
Brian McLogan
Algebra 2 - Simplifying square roots to prepare for imaginary numbers, root(9), root(20)
In this video tutorial I show you how simplify imaginary numbers to a higher power. When working with imaginary numbers we notice that the value of imaginary numbers repeat after the degree 4. Therefore when we have an imaginary number...
Curated Video
Comprehensive Android Developer Bootcamp - Long, Floats and Doubles Types in Java
Deep Dive into Java Programming Language:Long, Floats and Doubles Types in Java This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces...
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Working with Character Pointers (Strings)
Learn how we can use pointer arithmetic with strings as well. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look into what pointers are...
IDG TECHtalk
Variable formatting with the fmt package | Smart Go
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Brian McLogan
How to Simplify the Radical of 45
👉 Learn how to find the square root of a number. To find the square root of a number, we identify whether that number which we want to find its square root is a perfect square. This is done by identifying a number which when raised to...
Brian McLogan
Learn how to solve a quadratic equation by factoring a perfect square trinomial
👉Learn how to solve a quadratic equation by factoring a perfect square trinomial. A perfect square trinomial quadratic equation is of the form y = x^2 +2cx + c^2, where c is a perfet square. There are couple of ways we can solve a...
Curated Video
Creational Design Patterns in Modern C++ - std::unique_ptr
This video highlights the examples explaining how and why a factory method can be implemented as a global function and focuses on the std::unique_ptr function. This clip is from the chapter "Factory Method" of the series "Creational...
Curated Video
Complete Modern C++ - Type Conversions - Part II (Primitive to User Type)
This video is an explanation and implementation of how constructors are used by the compiler to perform type conversion. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about...
Curated Video
Complete Modern C++ - Copy elision and how it eliminates extra copies of temporary objects
In this video, we will learn about copy elision and how it eliminates extra copies of temporary objects. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes...
Curated Video
Complete Modern C++ - Primitive Types and Variables
This video introduces primitive types in C++. • Std::visit versus match • Overload set • Match implementation This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see...
Brian McLogan
How to use Descartes Rule of signs to find positive & negative zeros
👉 Learn about Descartes' Rule of Signs. Descartes' rule of the sign is used to determine the number of positive and negative real zeros of a polynomial function. Knowing the number of positive and negative real zeros enables also to also...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - If Else Statement – Puzzles
In this video, we will learn about if else statement – puzzles. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - BigDecimal Puzzles - Adding Integers
In this video, we will learn about BigDecimal puzzles - adding integers. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Curated Video
Powers of Ten
Learn how to write numbers using the base ten system, then explore what happens when we divide or multiply these numbers. Bonus information about base systems around the world and how those systems influence the way we calculate today.
Curated Video
Reasoning with Exponents and Radicals
In this short video we will answer a standardized math test question where we are asked to find the value of the unknown variable in a given equation for different situations. We will review the terms power, base, exponent, square root,...
Brian McLogan
Why do I need to know the difference of real numbers
👉 Learn how to classify numbers. We will classify numbers as real, imaginary, rational, and irrational.
Curated Video
Learn and Master C Programming - declaring static variables inside functions with 'static' keyword in C
We will learn how to make a variable 'static' in C and why we need to use static variables. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Curated Video
Learn and Master C Programming - Using Bit-wise Operators in Code
We will write some C code together using Visual Studio to learn how we can manipulate bits in C/C++. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For Absolute...