Curated Video
C++ Developer - Section Overview - Functions
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++.
Curated Video
Creational Design Patterns in Modern C++ - Varying State
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...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of this pattern and when to use it
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...
Curated Video
C++ Developer - Section Wrap-Up - Arrays and Vectors
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.
Curated Video
C++ Developer - Introduction to Pointers
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++.
Curated Video
C++ Developer - Section Overview - Fundamentals of C++
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++.
Curated Video
C++ for Beginners - The "For" Loop
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
Curated Video
C++ for Beginners - Examining the Build Log
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
Curated Video
Complete Java SE 8 Developer Bootcamp - Creating Object Types - Part 3
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 &...
Curated Video
Complete Java SE 8 Developer Bootcamp - Initialization Blocks
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Garbage Collection
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...
Curated Video
Creational Design Patterns in Modern C++ - Cloning Example
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,...
Curated Video
Creational Design Patterns in Modern C++ - Prototype Manager - Part II
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...
Curated Video
C++ Developer - Function Return Types and Parameters
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++.
Curated Video
C++ Developer - Repetition Control Statements
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.
Curated Video
C++ Developer - Relational Operators
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++.
Curated Video
C++ Developer - Saying Hello to C++
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++.
Curated Video
Complete Java SE 8 Developer Bootcamp - Using Objects
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 &...
Curated Video
Complete Java SE 8 Developer Bootcamp - Java API Documentation (Javadocs)
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - The Object Class
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...
Curated Video
Creational Design Patterns in Modern C++ - Introduction - introduces you to the pattern, its intent, and its structure
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...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of this pattern 1
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...
Programming Electronics Academy
TimerOne in Arduino: Arduino Course 9.6
Using a timer based library for Arduino.
Programming Electronics Academy
Switch Case and Serial Application: Arduino Course 5
A demonstration of using a switch-case statement and serial communication in programming.