Week 5

Lectures

Lecture 1

The first lecture introduces arrays (i.e., lists) in C.

Lecture 2

The second lecture covers function in more detail including recursion. Recursion happens when a function calls itself.

Lecture 3

The third lecture describes gcc error messages. Something you will see a lot.

Tutorials

Tutorial 5

This tutorial covers the material in the lectures.

Lab 5

This will be the first lab in C. You will demo the second set of stories from Backlog 3. From now on all programs will be written in C. The labs for the next four weeks will be drawn from the calc backlog.

Backlog

You will wprk on the calc backlog for the next few weeks.