"Functions and Pointers (part 3)"

Lecture Index

Click on a slide to go to that topic.
Examples 00:00:00
More Examples 00:01:35
Progression towards C++ style 00:03:14
Examples of pointer arithmetic 00:06:21
Runtime array size 00:12:15
Line fit example 00:19:43
Runtime aray size 00:21:53
Line fit example 00:28:46
Line fit continued 00:33:20
Character Strings 00:33:21
Variable Scope, Initialization and Lifetime 00:36:48
for-Loop Scoping 00:43:58
Formal Arguments 00:48:12
References 00:56:46
Reference Arguments 01:03:59
Homework 01:07:19
Recursion 01:08:18
More on Declarations 01:09:48
const Pointer 01:12:27
const Function Argument 01:14:34
Function Name Overloading 01:18:44