Curated Video
C++ Developer - Project - Parallel Arrays/Vectors
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Stack and Heap
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Object Type Casting
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Chaining Constructors
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...
Programming Electronics Academy
Class Example: Arduino Course 8.6
A walk through of a class in programming.
Curated Video
Creational Design Patterns in Modern C++ - Basic Example - demonstrates how to implement the prototype pattern
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...
Curated Video
Creational Design Patterns in Modern C++ - Pros and Cons - highlights the pros and cons of the singleton design patterns
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,...
Curated Video
C++ Developer - Project - A Bank Account Class
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.
Curated Video
C++ Developer - Variable Scope and Lifetime
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++.
Curated Video
C++ Developer - Getting Started on Windows with Visual Studio Integrated Development Environment (IDE)
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Diamond Operator
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...
Programming Electronics Academy
Things to Think About When Choosing a Library: Arduino Course 6.3
A look at different criteria to consider when choosing a code library for Arduino.
Curated Video
C++ Developer - The Vector Class
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.
Curated Video
C++ Developer - Section Overview - Control Statements
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.
Curated Video
Complete Java SE 8 Developer Bootcamp - Javadoc
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....
Curated Video
Complete Java SE 8 Developer Bootcamp - Packages
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Initialization Block
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Static Methods
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...
Curated Video
Complete Java SE 8 Developer Bootcamp - Building Constructors
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....
Curated Video
Complete Java SE 8 Developer Bootcamp - Interfaces: Part 2
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...
Curated Video
Creational Design Patterns in Modern C++ - Game Implementation - Part III
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...
Curated Video
Creational Design Patterns in Modern C++ - Application Framework - Implementation
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...
Curated Video
C++ Developer - Dynamic Memory - Part 2
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++.
Curated Video
C++ Developer - Project - Odds and Evens
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.