Instructional Video3:24
Curated Video

Learn and Master C Programming - A brief history of C language

Higher Ed
We will cover how C language was created and go over the different versions of C standards available and understand differences between them. This clip is from the chapter "Quick Intro To Computer Basics" of the series "Learn and Master...
Instructional Video8:45
Curated Video

Learn and Master C Programming - using #define to define macros and avoiding macro pitfalls

Higher Ed
We will learn how to define macros using #define and ways to detect and avoid macro pitfalls by using the command-line options to view the output of our source files after removing all preprocessor directives. This clip is from the...
Instructional Video1:44
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Printing out Memory Addresses for Pointers

Higher Ed
We will modify our sample from previous lecture to display memory addresses to inspect them and verify pointer arithmetic is indeed translating increments/decrements based on data type. This clip is from the chapter "Pointers" of the...
Instructional Video2:25
Curated Video

Learn and Master C Programming - Introduction & Section Overview

Higher Ed
Overview of the section and a quick review of memory, variables and the introduction of & operator. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...
Instructional Video5:55
Curated Video

Learn and Master C Programming - Using 'struct' keyword in C

Higher Ed
We will learn how to use 'struct' keyword to declare and use our own data types in C. This clip is from the chapter "Structures & Unions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we use...
Instructional Video3:26
Curated Video

Learn and Master C Programming - Introduction to File I/O

Higher Ed
Introduction to the course. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will introduce you to file I/O and the concept of files in...
Instructional Video3:03
Curated Video

Learn and Master C Programming - A quick overview of 'scanf' function

Higher Ed
We will have a quick look at 'scanf' function and some of it’ type filed characters. This clip is from the chapter "Working with User Input" of the series "Learn and Master C Programming For Absolute Beginners!".A quick overview of how...
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.
Instructional Video9:11
Curated Video

Learn and Master C Programming - Using Malloc & Free In Our Code

Higher Ed
Learn why and how to use malloc / free to create a function to combine (concatenate) strings together in C/C++. This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For Absolute...
Instructional Video8:44
Curated Video

Learn and Master C Programming - Arguments of main() function - Part 1

Higher Ed
We will learn how to pass arguments to our main function from the command-line and also how to pass them from within visual studio and debug through the code to look at their values. This clip is from the chapter "Strings" of the series...
Instructional Video6:02
Curated Video

Learn and Master C Programming - Using 'strcpy' and 'strcat' functions

Higher Ed
We will see how to use 'strcpy' and 'strcat' both the safe and unsafe version of C runtime functions. This clip is from the chapter "Strings" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we work...
Instructional Video11:32
Programming Electronics Academy

Arduino code syntax: Arduino Course 3.2

Higher Ed
A description of Arduino code syntax.
Instructional Video21:14
Programming Electronics Academy

Class Example: Arduino Course 8.6

Higher Ed
A walk through of a class in programming.
Instructional Video14:28
Programming Electronics Academy

Blink Two LEDs: Arduino Course 4.6

Higher Ed
A walk through of blinking two LEDs with Arduino.
Instructional Video10:26
Curated Video

Learn and Master C Programming - Visual Studio Solutions & Projects

Higher Ed
We will discuss the contents of solution files as well as project files and also understand the relationship between them. This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For...
Instructional Video0:42
Curated Video

Learn and Master C Programming - Section Introduction and Overview - Walkthrough: Visual Studio IDE

Higher Ed
In this introductory video, the author provides a small insights of the topics covered related to Visual Studio IDE. This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C Programming For...
Instructional Video14:14
Curated Video

Learn and Master C Programming - Referencing Our Library When Installed in a Specific Path (Folder)

Higher Ed
We will learn how to reference a library that is installed (or copied) to a specific location (path) by making our project look for it in the given folder. This clip is from the chapter "Creating C Libraries (Static LIBs)" of the series...
Instructional Video12:01
Curated Video

Learn and Master C Programming - Using Our Library From Projects Within The Same Solution

Higher Ed
We will learn how to reference our library from another project in the same solution and also learn about the advantages of having multiple projects in a single solution. This clip is from the chapter "Creating C Libraries (Static LIBs)"...
Instructional Video1:20
Curated Video

Learn and Master C Programming - About your instructor...

Higher Ed
The author introduces himself and his capabilities to handle C programming. This clip is from the chapter "Introduction" of the series "Learn and Master C Programming For Absolute Beginners!".In this introductory section, the author...
Instructional Video15:23
Programming Electronics Academy

Things to Think About When Choosing a Library: Arduino Course 6.3

Higher Ed
A look at different criteria to consider when choosing a code library for Arduino.
Instructional Video11:14
Programming Electronics Academy

If with Button: Arduino Course 5.2

Higher Ed
Using a button and if statement with Arduino.
Instructional Video3:09
Curated Video

Learn and Master C Programming - Downloading Visual Studio 2015

Higher Ed
The author shows you how to download visual studio 2015 even after the release of Visual Studio 2017. This clip is from the chapter "Installing & Configuring Visual Studio" of the series "Learn and Master C Programming For Absolute...
Instructional Video0:31
Curated Video

Learn and Master C Programming - Section Introduction - Quick Intro To Computer Basics

Higher Ed
This section is for absolute beginners, so if you have a background in computer science or you have programmed in another language. This clip is from the chapter "Quick Intro To Computer Basics" of the series "Learn and Master C...