Commit 1629dd754aae7893bd581cbecd5c82e9a8488465
1 parent
1ada8d1fb0
Exists in
master
PA3: Added Explanatory Note
Added Explanatory Note in README for Checkpoint
Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff
README
View file @
1629dd7
1 | 1 | Checkpoint Submission: Due Fri May 9, 2014 @ 8:00 PM |
2 | 2 | Final Submission: Due Thursday May 15, 2014 @ 11:59 PM |
3 | + | |
4 | +Please read the Assignment Page carefully before starting. | |
5 | + | |
6 | +Important Note: | |
7 | +Because you are not required to implement or use BitInputStream and BitOutputStream for the checkpoint, you will either need to remove all | |
8 | +references to them from the provided files (by commenting them out) and edit the Makefile, or create "dummy" versions of these classes | |
9 | +(with both header and implementation files) to get the code to compile. |