CS 127 Labs

January 5, 1996

  1. Check the assignments page for your first programming assignment.
  2. Type in the "hello world" program from the handout, compile it, and run it.
  3. Find out how big the executable "hello world" program is by using the Unix command "ls -l". Then "strip" the executable (with "strip fileName") and check the size again.
  4. Get the file io.c, copy it into an Edit window, and save it in your own account. Work through the questions in io.c. You do not need to send me any answers.
  5. Write a C program that

January 24, 1996

Open up these files in this order, and follow the instructions you find there. Happy exploring.
  1. files1.c
  2. files2.c
  3. files3.c
  4. args1.c
  5. args2.c




Jeff Ondich, Department of Mathematics and Computer Science, Carleton College, Northfield, MN 55057
(507) 663-4364, jondich@carleton.edu