CS110 - Projects
Fall 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 follows the usual 80% correct.
Organizational Rules
Set up your home directory structure to have:
-
A courses subdirectory, locked from access by anyone else.
-
A subdirectory of courses called
cs110 again locked from access by anyone else.
-
For each CS 110 project create a subdirectory pX
where X is the project number,
e.g.,
~mike/courses/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 empty RCS directory.
Last modified August 27 2001 by mike@cs.hmc.edu