As the semester progresses, we will add programs for you to browse online. Most of them are in a hypertext format created by the
noweb
literate programming tool.
C Interfaces and implementations
is the library for the course.
The
PNM Reader
will help you read images. You can download
interface (
pnmrdr.h
)
,
implementation (
pnmrdr.c
)
, and
printable document
.
The
game of life
example (also in
PDF
) shows you how to transform a loop-using program to a program using map and apply functions.
An
example of map and apply functions
using Conway's game of life and a bitmap.
Back to the
class home page