CSC270 Lecture Outline - September 9
Introduction to the course
-  syllabus
 -  policies
 -  course Web page
 
Introduction to C
King, chapters 2 & 4; also read chapters 1 & 3
Example programs are in ~jstewart/csc270/Sept9 on CDF.
- editing
 - compile - link - run
 - template for a C program
 - comments
 - #include directives
 - variables & basic types