Lecture 2 Demos:


Let's start at the very beginning. It's a very good place to start.
When we read we begin with, "A, B, C."
When we program we begin with Hello World.

The C compiler and make go together like milk and Pepsi.
Here is a Makefile for our Hello World program.


Back