4:09
0.0 Intro to C - Introduction
13:56
0.1 Intro to C - A Brief History of C
21:17
0.2 Intro to C - The Process of Making a Program
22:38
0.3 Intro to C - Installing and Using Visual Studio
20:11
0.4 Intro to C - Creating a C Project in Visual Studio
4:00
0.5 Intro to C - Summary and Homework
1:00
1.0 Intro to C - The Basics
9:09
1.1 Intro to C - "Hello, world!" Program
3:51
1.2 Intro to C - Printing Things
6:58
1.3 Intro to C - Basic `printf` Usage
5:08
1.4 Intro to C - Comments
8:31
1.5 Intro to C - Declaring and Assigning Variables
10:30
1.6 Intro to C - Basic Data Types
9:24
1.7 Intro to C - Number Constants
9:12
1.8 Intro to C - Arithmetic Operators
3:47
1.9 Intro to C - More on Declaration
2:32
1.10 Intro to C - Homework