Instructional Video0:50
Curated Video

C++ Developer - Section Overview - Functions

Higher Ed
This video provides an introduction to the course. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video4:38
Curated Video

Creational Design Patterns in Modern C++ - Varying State

Higher Ed
This video demonstrates how to remove the extra car and bus classes and simulate objects of other classes by varying the state of a few objects. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in...
Instructional Video8:14
Curated Video

Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of this pattern and when to use it

Higher Ed
This video highlights the pros and cons of this pattern and when to use it. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on the basic implementation with...
Instructional Video1:42
Curated Video

C++ Developer - Section Wrap-Up - Arrays and Vectors

Higher Ed
This video summarizes the course. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video14:06
Curated Video

C++ Developer - Introduction to Pointers

Higher Ed
This section introduces you to pointers. This clip is from the chapter "Pointers" of the series "The Complete C++ Developer Course".This section discusses pointers in C++.
Instructional Video2:09
Curated Video

C++ Developer - Section Overview - Fundamentals of C++

Higher Ed
This video provides an overview of the course. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video8:01
Curated Video

C++ for Beginners - The "For" Loop

Higher Ed
In this video, your instructor, David, discusses the "For" 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 Video9:13
Curated Video

C++ for Beginners - Examining the Build Log

Higher Ed
In this video, your instructor, David, discusses the Build Log. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Instructional Video6:07
Curated Video

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

Higher Ed
Here, we use the “Car” class and also demonstrate the return feature. 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 &...
Instructional Video6:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Initialization Blocks

Higher Ed
We can initialize an object with initialization blocks other than 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...
Instructional Video5:54
Curated Video

Complete Java SE 8 Developer Bootcamp - Garbage Collection

Higher Ed
Java provides with garbage collection, which helps to manage memory. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn to use static...
Instructional Video4:53
Curated Video

Creational Design Patterns in Modern C++ - Cloning Example

Higher Ed
This video explains the use of cloning. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides an overview of the cloning types with an example and focuses on its classes,...
Instructional Video4:10
Curated Video

Creational Design Patterns in Modern C++ - Prototype Manager - Part II

Higher Ed
This video is the second part of the two-part video that demonstrates how to complete the implementation of the prototype manager. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
Instructional Video16:51
Curated Video

C++ Developer - Function Return Types and Parameters

Higher Ed
This video explains function return types and parameters. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video17:52
Curated Video

C++ Developer - Repetition Control Statements

Higher Ed
This video explains the repetition 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 Video8:39
Curated Video

C++ Developer - Relational Operators

Higher Ed
This video explains the relational operators. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video11:15
Curated Video

C++ Developer - Saying Hello to C++

Higher Ed
This video introduces you to C++. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video15:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Using Objects

Higher Ed
The author defines how to access and set these features of an object. 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 &...
Instructional Video3:08
Curated Video

Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)

Higher Ed
The author shows you where you can find the Java SE 8 Javadoc, and how to use it. This clip is from the chapter "Getting Started with Java" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you get an overview of...
Instructional Video11:40
Curated Video

Complete Java SE 8 Developer Bootcamp - The Object Class

Higher Ed
Learn about overriding Object's toString, equals, and hashCode methods. 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...
Instructional Video4:28
Curated Video

Creational Design Patterns in Modern C++ - Introduction - introduces you to the pattern, its intent, and its structure

Higher Ed
This video introduces you to the pattern, its intent, and its structure. • Use the basic project setup provided by instructor • Open Qt Creator and created the needed files as shown • Put the files in the correct folders This clip is...
Instructional Video6:07
Curated Video

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

Higher Ed
This video highlights the pros and cons of this pattern and explains when to use it. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This video provides an overview of the cloning types...
Instructional Video12:36
Programming Electronics Academy

TimerOne in Arduino: Arduino Course 9.6

Higher Ed
Using a timer based library for Arduino.
Instructional Video18:36
Programming Electronics Academy

Switch Case and Serial Application: Arduino Course 5

Higher Ed
A demonstration of using a switch-case statement and serial communication in programming.