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. On Tufts machines, the interface is in
/comp/40/include/pnmrdr.h
. There's also a
printable document
containing the interface, its documentation, and its implementation.
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.
Back to the
class home page