Instructional Video2:53
Curated Video

C++ for Beginners - Where to get the IDE

Higher Ed
In this video, your instructor demonstrates where and how to download and setup your IDE. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Instructional Video6:03
Curated Video

Complete Java SE 8 Developer Bootcamp - String Objects

Higher Ed
The author details the structure of string object provided by Java SE API. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by value...
Instructional Video7:52
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Data Types

Higher Ed
The author dives into syntax and usage of primitive data types. 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,...
Instructional Video7:57
Curated Video

Complete Java SE 8 Developer Bootcamp - Scope-Part 2

Higher Ed
More demonstrations on how to recognize the scope of a variable. 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 Video10:00
Curated Video

Complete Java SE 8 Developer Bootcamp - Static Variables

Higher Ed
The author introduces the syntax for assigning variables to a class and how to use them. 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 Video8:44
Curated Video

Complete Java SE 8 Developer Bootcamp - Editions and Versions

Higher Ed
Evaluate different versions and traditions of JDK available to us. 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 features of Java...
Instructional Video2:17
Curated Video

Complete Java SE 8 Developer Bootcamp - Creating Exceptions

Higher Ed
Learn how to create and throw custom exceptions in your applications. This clip is from the chapter "Exception Handling" of the series "Complete Java SE 8 Developer Bootcamp".null
Instructional Video10:22
Curated Video

C++ Developer - Dynamic Memory - Part 1

Higher Ed
This is the first 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 Video9:39
Curated Video

C++ Developer - Project - Dynamically Creating Rectangles

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

C++ Developer - Project - Vector Data

Higher Ed
This video presents a project on vector data. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video18:26
Curated Video

C++ Developer - Built-In Arrays

Higher Ed
This video focuses on built-in arrays. This clip is from the chapter "Arrays and Vectors" of the series "The Complete C++ Developer Course".This section explains arrays and vectors.
Instructional Video6:40
Curated Video

C++ Developer - Project - Average of Three

Higher Ed
This video presents a project called "Average of Three". 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 Video4:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Passing By Value: Objects

Higher Ed
We look into further details of passing arguments, with objects, including Strings. This clip is from the chapter "Strings" of the series "Complete Java SE 8 Developer Bootcamp".In this section, you learn to handle strings and pass by...
Instructional Video5:28
Curated Video

Complete Java SE 8 Developer Bootcamp - Operators: Part 2

Higher Ed
More info on post/pre-increment operator and a discussion on the ternary operator. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals,...
Instructional Video11:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Operators: Part 1

Higher Ed
Learn the different operators available to Java, and just as important as per the order of precedence. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about...
Instructional Video6:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Conditionals-Swtich

Higher Ed
A switch is another syntax available when defining conditionals. This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we learn more about conditionals, operators, loops and...
Instructional Video7:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Conditionals-If / Else If / Else

Higher Ed
Learn more about conditionals that allow us to write blocks of code that are executed if a certain state is true or false This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section,...
Instructional Video3:38
Curated Video

Complete Java SE 8 Developer Bootcamp - Java Memory Leaks

Higher Ed
The author demonstrates the mismanagement of garbage collection, unintentionally causing issues. This clip is from the chapter "Static, Scope, and Garbage Collection" of the series "Complete Java SE 8 Developer Bootcamp".In this section,...
Instructional Video13:01
Curated Video

Complete Java SE 8 Developer Bootcamp - Your First Java Program - Part 1 (Code)

Higher Ed
Learn about classes, methods, parameters/arguments, return types, and modifiers. 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 Video4:37
Curated Video

Complete Java SE 8 Developer Bootcamp - Unchecked (Runtime) vs. Checked Exceptions

Higher Ed
The compiler will enforce developers to write code that handles certain types of exceptions. These are known as "checked" exceptions. Others, which are not enforced, are known as "unchecked" or "runtime" exceptions. This clip is from the...
Instructional Video3:34
Curated Video

Complete Java SE 8 Developer Bootcamp - Sets

Higher Ed
Learn to handle sets collection for fast searching as it organizes data for the purpose. This clip is from the chapter "Collections" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to collections, list,...
Instructional Video6:47
Curated Video

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

Higher Ed
This video is the fourth part of the six-part video that demonstrates how to implement the prototype pattern through a shallow copy. This clip is from the chapter "Prototype" of the series "Creational Design Patterns in Modern C++".This...
Instructional Video6:24
Curated Video

Creational Design Patterns in Modern C++ - Basic Example - highlights a simple example - abstract factory

Higher Ed
This video highlights a simple example that will be implemented later with the abstract factory. • Plan out the classes • Implement the classes based on the plan • Compare functions for basic functionality in the application This clip is...
Instructional Video6:26
Curated Video

Creational Design Patterns in Modern C++ - Using the Abstract Factory

Higher Ed
This video demonstrates how to refactor the database framework to use the abstract factory design method. This clip is from the chapter "Abstract Factory" of the series "Creational Design Patterns in Modern C++".This section focuses on...