Commit 9fd0622f489202cce21506bf3288c6ebd973e3c6
1 parent
d5875c7d35
Exists in
master
PA2: README
Showing 1 changed file with 12 additions and 0 deletions Side-by-side Diff
README
View file @
9fd0622
1 | +PA2 | |
2 | + | |
3 | +Out: Monday October 20, 2014 | |
4 | +Checkpoint Submission Due: Friday October 24, 2014 @ 11:00 PM | |
5 | +Final Submission Due: Friday October 31, 2014 @ 11:00 PM | |
6 | + | |
7 | +Please read the Assignment Page carefully before starting. | |
8 | + | |
9 | +Important Note: | |
10 | +Because you are not required to implement or use BitInputStream and BitOutputStream for the checkpoint, you will either need to remove all | |
11 | +references to them from the provided files (by commenting them out) and edit the Makefile, or create "dummy" versions of these classes | |
12 | +(with both header and implementation files) to get the code to compile. |