Programming Electronics Academy
Tone Library Continued: Arduino Course 6.6
A description of how to explore a code library.
Curated Video
C++ for Beginners - String Manipulation
In this lesson, David discusses the STL string class, particularly iteration. This clip is from the chapter "STL Strings" of the series "C++ for Beginners".Creating a String
Curated Video
C++ for Beginners - Pointers
David discusses pointers in this section. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Curated Video
C++ for Beginners - Meaningful Variable Names VS Cryptic
Your instructor, David gives some advice on how to name variables on functions. This clip is from the chapter "Operators and Precedence" of the series "C++ for Beginners".Understanding Comments: Useful VS Redundant
Curated Video
C++ for Beginners - Truth Tables
In this section, your instructor examines Boolean Operations This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Curated Video
C++ for Beginners - Multi-Dimensional Arrays
In this video, David examines multi-dimensional arrays and nested loops. This clip is from the chapter "Arrays" of the series "C++ for Beginners".Arrays
Curated Video
C++ for Beginners - Debugging a Program
This section demonstrates how to step through a simple program. This technique in this section is known as, debugging. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Curated Video
C++ for Beginners - Ternary Statements
This lessons discusses ternaries. 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
TypeScript for Beginners - Creating Child Objects
This video demonstrates how to create child objects. This clip is from the chapter "Inheritance" of the series "TypeScript for Beginners".This section introduces you to the concept of inheritance and explains how to use it.
Curated Video
TypeScript for Beginners - Introduction - Variables and Data Types
This video provides an overview of what you will learn in this section. This clip is from the chapter "Variables and Data Types" of the series "TypeScript for Beginners".This section introduces you to variables and data types and...
Curated Video
C++ for Beginners - How to Write Text Files
In this section, your instructor, David, discusses File Output. This clip is from the chapter "Input, Process and Output" of the series "C++ for Beginners".null
Curated Video
C++ for Beginners - Access Modifiers and Overrides
This lesson continues to discuss object-oriented programming, particularly accesses and overrides. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Curated Video
C++ Programming By Example - Implementing a Casino Guessing Game
How can you use classes/structures to make a game? • Think of the parts of the game • Imagine what each class in the game should do • Implement the game and play This clip is from the chapter "Classes and Structures: Building a Casino...
Curated Video
C++ for Beginners - The "if", "else if", and "else" Statements
In this video, David examines decision making using the "if" and the "else" statements, to control program flow. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and...
Curated Video
C++ for Beginners - Classes, Objects, Methods & Properties
Your instructor, David, discusses objects and class. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Curated Video
TypeScript for Beginners - Installing Visual Studio Code
This video demonstrates how to install Visual Studio Code. This clip is from the chapter "Introduction" of the series "TypeScript for Beginners".This section introduces you to the course.
Programming Electronics Academy
Class to Library: Arduino Course 8.7
A walk through of turing a class into an Arduino code library.
Programming Electronics Academy
Arrays and For Loops: Arduino Course 7.4
A walkthrough of using arrays and for loops in programming.
Curated Video
C++ for Beginners - Encapsulation, Part 1
In this video, your instructor discusses encapsulation and the benefits of object-oriented programming. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
Programming Electronics Academy
Intro to Classes: Arduino Course 8.5
A description of classes in object oriented programming with Arduino.
Curated Video
C++ Programming By Example - Planning out an Application
How to structure and plan an application? • Identify key parts of the application • Plan out the class structure using class diagrams (UML) • Create a class implementation using UML diagrams This clip is from the chapter "Building a...
Curated Video
C++ for Beginners - Header Files, Includes, and Multiple Files
Your instructor, David, examines multiple source files, headers, and Includes. This clip is from the chapter "Program Structure" of the series "C++ for Beginners".Function Structure
Programming Electronics Academy
Class to Library Continued: Arduino Course 8.8
A walk through of turing a class into an Arduino code library.
Programming Electronics Academy
Functions Combined into One: Arduino Course 8.4
A walk through of a User Defined Function in programming.