Lecture 1 Outline (September 25, 2015)

Reading: text §1, 2


  1. Greetings and felicitations!
    1. About the class
    2. About the book and online instruction
    3. Prerequisite test
  2. Logging in to CSIF
  3. Quick overview of compiling
  4. hello.c
    1. What is stdio?
    2. printf
    3. The function main
  5. fahr1.c
    1. program (main, return or exit for main)
    2. declarations (int, register int)
    3. body (while, printf)

You can also obtain a PDF version of this. Version of September 24, 2015 at 11:03PM