8:20
Learn C in minutes (lesson 0)
Jacob Sorber
8:32
Learning C: Basic Types (numbers, arrays, structs, pointers)
4:52
Arrays, Pointers, and Why Arrays Start at Zero?
3:35
Loops in C (while, do-while, for)
3:06
Comments and Commenting in C
5:27
A Tour of C's Many Operators
8:50
Strings in C
13:15
Reversing Strings (in C) and Divergent Thinking
4:02
Getting Command-Line Arguments in C
2:08
Learn make in 60 seconds.
1:32
Learn GDB in 60 seconds
7:07
Reading and Writing Files in C, two ways (fopen vs. open)
4:49
What are Environment Variables, and how do I use them? (get,set)
3:15
Checking your Return Values
5:43
When to use the Arrow Operator in C and C++
3:49
How arguments are passed to functions in C (and most other languages).
19:59
We moved to Africa! (and some thoughts about learning to program in C)
5:25
Is the modulus operator (%) useful?
8:08
What should I code next? Ideas for expanding your skills.
9:04
Strings can get you hacked! (buffer overflows, strcpy, and gets)
20:24
Fixed and Variable Length Arrays in C and C++
10:44
How to Return Two Things from a C or C++ Function
7:59
Defining Constants. Should I use CONST or #DEFINE?
20:28
How to get and unget input from streams in C (getstring, fgetc, ungetc).
11:18
When do I use a union in C or C++, instead of a struct?
12:10
The Ternary Operator (examples in C and C++)
23:40
Working with a Matrix/2D Array in Your C and C++ programs.
5:32
Issues with the pre- and postincrement operator in C, C++, etc.
13:44
What's the Best Way to Copy a Struct in C and C++?
13:12
The What, How, and Why of Void Pointers in C and C++?
5:44
What about Pointer Arithmetic with Void Pointers?
9:16
A const int is not a constant.
18:37
Understanding the For Loop (examples in C)
4:58
How to get better help with your programming.
15:07
Scanf Basics: the good, the bad, and why so many pointers?
9:33
Scanf scansets, and reading a CSV file in C (fixed)
10:38
Your Variables are Not Real.
4:38
What is a function prototype in C
9:26
How do I Set, Clear, and Toggle a Single Bit?
How to sort part of an array in C