Instructional Video9:52
Curated Video

C++ Developer - Project - Parallel Arrays/Vectors

Higher Ed
This video presents a project called "Parallel Arrays/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 Video2:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Stack and Heap

Higher Ed
Learn how objects and method variables are represented in memory using stack and heap. This clip is from the chapter "Introduction to Objects" of the series "Complete Java SE 8 Developer Bootcamp".Java is Object Oriented Programming...
Instructional Video6:14
Curated Video

Complete Java SE 8 Developer Bootcamp - Object Type Casting

Higher Ed
Casting changes the reference to a more specific type. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism and its benefits.
Instructional Video11:31
Curated Video

Complete Java SE 8 Developer Bootcamp - Chaining Constructors

Higher Ed
The author takes a leap from the “this” constructor to chaining constructors between super and subtypes. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer Bootcamp".Inheritance helps to build new...
Instructional Video21:14
Programming Electronics Academy

Class Example: Arduino Course 8.6

Higher Ed
A walk through of a class in programming.
Instructional Video4:49
Curated Video

Creational Design Patterns in Modern C++ - Basic Example - demonstrates how to implement the prototype pattern

Higher Ed
This video demonstrates how to implement the prototype pattern with a basic example. • Run the app through Visual Studio • Run the app through PowerShell • Run the app through File Explorer This clip is from the chapter "Prototype" of...
Instructional Video4:22
Curated Video

Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the singleton design patterns

Higher Ed
This video highlights the pros and cons of the singleton design patterns. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes,...
Instructional Video31:02
Curated Video

C++ Developer - Project - A Bank Account Class

Higher Ed
This video presents a project on a bank account 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 Video17:27
Curated Video

C++ Developer - Variable Scope and Lifetime

Higher Ed
This video explains the scope and lifetime of variables. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video9:55
Curated Video

C++ Developer - Getting Started on Windows with Visual Studio Integrated Development Environment (IDE)

Higher Ed
This video focuses on getting started on Windows with Visual Studio IDE. This clip is from the chapter "Getting Started" of the series "The Complete C++ Developer Course".This section introduces the learning objectives of this course.
Instructional Video2:05
Curated Video

Complete Java SE 8 Developer Bootcamp - Diamond Operator

Higher Ed
Learn to simplify declaring parameter types with <>. This clip is from the chapter "More with Collections" of the series "Complete Java SE 8 Developer Bootcamp".In this section, learn more about limitations of collections and various...
Instructional Video15:23
Programming Electronics Academy

Things to Think About When Choosing a Library: Arduino Course 6.3

Higher Ed
A look at different criteria to consider when choosing a code library for Arduino.
Instructional Video15:03
Curated Video

C++ Developer - The Vector Class

Higher Ed
This video explains the vector class. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video1:22
Curated Video

C++ Developer - Section Overview - Control Statements

Higher Ed
This video provides an introduction to 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 Video5:41
Curated Video

Complete Java SE 8 Developer Bootcamp - Javadoc

Higher Ed
In this video, you'll learn how to write your Javadoc. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards, comments....
Instructional Video15:09
Curated Video

Complete Java SE 8 Developer Bootcamp - Packages

Higher Ed
Learn how to organize your code and prevent name collisions with "packages." This clip is from the chapter "Packages" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to create packages to avoid name...
Instructional Video3:50
Curated Video

Complete Java SE 8 Developer Bootcamp - Static Initialization Block

Higher Ed
Learn the syntax and restrictions for a static initialization block for every time a new instance is created This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In...
Instructional Video8:32
Curated Video

Complete Java SE 8 Developer Bootcamp - Static Methods

Higher Ed
Learn the syntax and restrictions that are placed upon methods that are assigned to a class. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Instructional Video7:24
Curated Video

Complete Java SE 8 Developer Bootcamp - Building Constructors

Higher Ed
Learn how to create your own constructors. 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 variables....
Instructional Video11:22
Curated Video

Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2

Higher Ed
Examples of using interfaces for polymorphism and demonstrations of new interface features that were added to Java SE 8. This clip is from the chapter "Abstract Classes and Interfaces" of the series "Complete Java SE 8 Developer...
Instructional Video7:23
Curated Video

Creational Design Patterns in Modern C++ - Game Implementation - Part III

Higher Ed
This video is the third part of the six-part video that demonstrates how to add the GameManager, which creates the instances of the vehicle subclasses. This clip is from the chapter "Prototype" of the series "Creational Design Patterns...
Instructional Video3:52
Curated Video

Creational Design Patterns in Modern C++ - Application Framework - Implementation

Higher Ed
This video highlights the issues with the design and demonstrates how to implement the application framework without the pattern. • Introduce std::pair and std::tuple • Create fake data for “phone book” • Show how to use the std::sort...
Instructional Video17:34
Curated Video

C++ Developer - Dynamic Memory - Part 2

Higher Ed
This is the second part of a two-part video that explains dynamic memory. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Instructional Video4:57
Curated Video

C++ Developer - Project - Odds and Evens

Higher Ed
This video presents a project called "Odds and Evens". 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.