Instructional Video13:03
Curated Video

C++ Developer - Project - A Circle Class

Higher Ed
This video presents a project on a circle class. This clip is from the chapter "Introduction to Classes and Objects" of the series "The Complete C++ Developer Course".This section introduces classes and objects.
Instructional Video8:02
Curated Video

C++ for Beginners - Header Files, Includes, and Multiple Files

Higher Ed
Your instructor, David, examines multiple source files, headers, and Includes. This clip is from the chapter "Program Structure" of the series "C++ for Beginners".Function Structure
Instructional Video13:25
Programming Electronics Academy

Class to Library Continued: Arduino Course 8.8

Higher Ed
A walk through of turing a class into an Arduino code library.
Instructional Video14:32
Programming Electronics Academy

Functions Combined into One: Arduino Course 8.4

Higher Ed
A walk through of a User Defined Function in programming.
Instructional Video7:06
Curated Video

C++ Developer - Introduction to Control Statements

Higher Ed
This video introduces the control statements. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video7:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 2

Higher Ed
Learn to code a “Car” class with state and behavior. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming which uses stack & heap, objects and...
Instructional Video4:14
Curated Video

Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of this pattern 2

Higher Ed
This video highlights the pros and cons of this pattern and explains when to use it. This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about the implementation of...
Instructional Video3:43
Curated Video

Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the object pool pattern

Higher Ed
This video highlights the pros and cons of the object pool pattern and explains when to use it. This clip is from the chapter "Object Pool" of the series "Creational Design Patterns in Modern C++".This section provides an overview of the...
Instructional Video3:49
Curated Video

Creational Design Patterns in Modern C++ - Introduction - intent of patterns and their basic implementation.

Higher Ed
This video explains the intent of patterns and their basic implementation. • Learn what patterns matching is • Explore the problems with std::visit • Comparison between std::visit and match This clip is from the chapter "Singleton" of...
Instructional Video11:04
Curated Video

C++ Developer - Project - Dynamically Creating Circles

Higher Ed
This video presents a project to dynamically create circles. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Instructional Video1:20
Curated Video

C++ Developer - Section Overview - Arrays and Vectors

Higher Ed
This video provides an introduction to the concept of arrays and vectors. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video8:21
Curated Video

C++ for Beginners - Program Entry Point and Namespaces

Higher Ed
In this section, David examines the program entry point, and name spaces. This clip is from the chapter "Program Structure" of the series "C++ for Beginners".Function Structure
Instructional Video5:43
Curated Video

C++ for Beginners - Creating a Project

Higher Ed
In this lesson, David tours the IDE and demonstrates how to create a simple program. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Instructional Video9:08
Curated Video

Creational Design Patterns in Modern C++ - Parameterized Factory Method

Higher Ed
This video explains an alternative implementation of the factory method. This clip is from the chapter "Factory Method" of the series "Creational Design Patterns in Modern C++".This section highlights the factory method and explains how...
Instructional Video11:03
Curated Video

C++ Developer - Random Numbers

Higher Ed
This video discusses random numbers. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video3:40
Curated Video

C++ for Beginners - Iterating Through Arrays

Higher Ed
In this lesson, your instructor examines how to process arrays using iteration. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Instructional Video10:54
Curated Video

C++ for Beginners - The "Do While" Loop

Higher Ed
In this section, David examines the "Do While" loop. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Instructional Video8:14
Curated Video

C++ for Beginners - The "case" Statement

Higher Ed
In this lesson, your instructor examines how to control program flow with a case statement. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Instructional Video9:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Conversion

Higher Ed
Learn rules to assign one primitive value type to a different variable type and the concept of casting in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer...
Instructional Video5:07
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Literals

Higher Ed
When a value is assigned to a primitive variable, the specific syntax used will determine their type. Learn these rules in this video. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8...
Instructional Video3:44
Curated Video

Complete Java SE 8 Developer Bootcamp - Marker and Functional Interfaces

Higher Ed
A marker interface has no methods, and a functional interface has only one abstract method. The latter is used with lambda expressions. This clip is from the chapter "Lambda Expressions and Static Imports" of the series "Complete Java SE...
Instructional Video6:17
Curated Video

Creational Design Patterns in Modern C++ - Introduction - focuses on the factory method, its intent, and its structure

Higher Ed
This video focuses on the factory method, its intent, and its structure. • Learn the meaning of `optional` • Memory layout of `optional` • Optional versus pointers This clip is from the chapter "Factory Method" of the series "Creational...
Instructional Video1:55
Curated Video

C++ Developer - Section Wrap-Up - Control Statements

Higher Ed
This video presents a summary of the course. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Instructional Video14:48
Curated Video

C++ Developer - Parameter Passing: Pass-By-Value and Pass-By-Reference

Higher Ed
This video explains parameter passing methods: pass-by-value and pass-by-reference. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.