University of Toronto - Fall 1997
Department of Computer Science
CSC 108H: I
NTRODUCTION TO
C
OMPUTER
P
ROGRAMMING
Examples from Class
Election example
from weeks 3 and 4
partial birthdays example
from week 5
completed birthdays example
from week 6
Game of Life example
from week 9
Note that the complete code for this can be found on the
148 web site
under Assignment 0.
Event handler
example from week 11.
An html page,
active.html
that "calls" the applet. You can use this to run the applet via an appletviewer.
StringTokenizer example
from week 12
Back to the
csc108 home page