State of the course after Sept 9th class

This page was last modified on .

Date announced Date Due Announcment
8-27-02 Read Chapt. 1.1-1.7
Read Chapt. 2.1, 2.3 - 2.13
8-29-02 9-6-02 Project 1
8-29-02 New sample code posted
9-4-02 9-12-02 Project 2
9-5-02 A guide to standard C libraires including a guide to printf()
9-9-02 Compiling problems when using math.h, this may show up in project 2
use the -lm switch forces the compiler to work thus in my source is in foo.c I would compile with
gcc -lm foo.c
9-10-02 New sample code posted
9-10-02 Read Chapt 3, skip 3.12
9-10-02 9-17-02 Read Chapt 4
9-11-02 angle in radians = (deg/360) * 2Pi
angle in degrees = (rad/2Pi) * 360
9-12-02 9-26-02 Project 3
9-19-02 Start Reading Chpt 5
skip 5.11-5.13
9-19-02 Sections 4.14, 4.17 will be skipped
9-26-02 10-03-02 Project 4
9-27-02 Added notes and a correction to project4
10-8-02 11-01-02 Project 5 due 3pm
10-29-02 Skip sections 9.5, 9.8, and 9.9
10-29-02 Start reading chapt 11
11-01-02 11-08-02 Project 6 due 3pm
11-06-02 Sections 11.11-11.19 will be skipped for the moment
11-07-02 Project 6 extended until Tuesday Nov 12
11-07-02 Start reading Chapt 10 in particular sections 1-4
11-11-02 11-22-02 Project 7 due 3pm
11-14-02 a possible solution to project 6 posted see Sample code
11-14-02 Sample linked list posted see:Sample code
11-15-02 textonly1.txt, textonly2.txt: A pair of text only files for project 7 testing
11-19-02 11-26-02 Yes class will happen on Tuesday
11-19-02 11-21-02 Read about binary trees for Thursday section 10.8
12-09-02 12-13-03 Project 8 Due: Project description Files:Makefile, main.c, polish.h, stack.c



Edward W Sihler (esihler@cs.uiowa.edu)

This page was last modified on .

Back to the Department of Computer Science