CS110 - Projects
Spring 2001
Introduction
This is the home of all CS 110 projects. I will be modifying the projects
as we go this semester. Any project with a version number < 1 is not
ready to go, but is 90% correct.
Organizational Rules
Set up your directory structure to have:
-
Directory cs110 as a 1st level subdirectory in your home
directory.
-
For each project create a subdirectory pX
where X is the project number,
e.g.,
~mike/cs110/p1
-
Within each project directory create an
RCS directory
and
a makefile
Use RCS and make to control your project development,
i.e., I better not find an bpty RCS directory.
Last modified Jan 26 2001 by mike@cs.hmc.edu