Session Details

Week 7, Session 20 — Tue Oct 20

Reading

  1. None

HW Due

  1. HW 19
    All parts due Tuesday

Topics

  1. Project demonstrations
  2. Introduction to the C Programming Language
  3. #include
  4. main()
  5. Statements (and semicolons)
  6. Function declarations (and braces)
  7. Declaring types
  8. Declaring variables
  9. Function definitions including parameters and return types

Outline

  1. [5 min] Exam 2 review
  2. [50 min] Project demos/reports
  3. [5 min] Break
  4. [15 min] Getting started with C in Eclipse
  5. [30 min] A sample C program

First C Program

HW Assigned

  1. HW 20