From 9fd0622f489202cce21506bf3288c6ebd973e3c6 Mon Sep 17 00:00:00 2001 From: Kyle Barron-Kraus Date: Sun, 19 Oct 2014 13:36:55 -0700 Subject: [PATCH] PA2: README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..1c95d87 --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +PA2 + +Out: Monday October 20, 2014 +Checkpoint Submission Due: Friday October 24, 2014 @ 11:00 PM +Final Submission Due: Friday October 31, 2014 @ 11:00 PM + +Please read the Assignment Page carefully before starting. + +Important Note: +Because you are not required to implement or use BitInputStream and BitOutputStream for the checkpoint, you will either need to remove all +references to them from the provided files (by commenting them out) and edit the Makefile, or create "dummy" versions of these classes +(with both header and implementation files) to get the code to compile. -- 1.9.1