Curated Video
Learn and Master C Programming - A brief history of C language
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...
Curated Video
Learn and Master C Programming - using #define to define macros and avoiding macro pitfalls
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...
Curated Video
Learn and Master C Programming - Pointer Arithmetic: Printing out Memory Addresses for Pointers
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...
Curated Video
Learn and Master C Programming - Introduction & Section Overview
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...
Curated Video
Learn and Master C Programming - Using 'struct' keyword in C
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...
Curated Video
Learn and Master C Programming - Introduction to File I/O
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...
Curated Video
Learn and Master C Programming - A quick overview of 'scanf' function
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...
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.
Curated Video
Learn and Master C Programming - Using Malloc & Free In Our Code
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...
Curated Video
Learn and Master C Programming - Arguments of main() function - Part 1
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...
Curated Video
Learn and Master C Programming - Using 'strcpy' and 'strcat' functions
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...
Programming Electronics Academy
Arduino code syntax: Arduino Course 3.2
A description of Arduino code syntax.
Programming Electronics Academy
Class Example: Arduino Course 8.6
A walk through of a class in programming.
Programming Electronics Academy
Blink Two LEDs: Arduino Course 4.6
A walk through of blinking two LEDs with Arduino.
Curated Video
Learn and Master C Programming - Visual Studio Solutions & Projects
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...
Curated Video
Learn and Master C Programming - Section Introduction and Overview - Walkthrough: Visual Studio IDE
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...
Curated Video
Learn and Master C Programming - Referencing Our Library When Installed in a Specific Path (Folder)
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...
Curated Video
Learn and Master C Programming - Using Our Library From Projects Within The Same Solution
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)"...
Curated Video
Learn and Master C Programming - About your instructor...
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...
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.
Programming Electronics Academy
If with Button: Arduino Course 5.2
Using a button and if statement with Arduino.
Curated Video
Learn and Master C Programming - Downloading Visual Studio 2015
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...
Curated Video
Learn and Master C Programming - Section Introduction - Quick Intro To Computer Basics
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...