|
C M S C 2 1 4 C o m p u t e r S c i e n c e I I S p r i n g 2 0 0 2 |
Since we don't have a mechanism for you to get the critiques others write about you, you don't need to comment on critiques sent by others to you (at least not on P3). Just write the critiques for the two students you received by email and submit as told to you, and that should be fine.
It's possible that your executable has gotten very large.
There's a limit set on how large a file you can create (should
be 5M). There are two ways to solve this problem:
Another way is to avoid using the -g option. This
is the debug option, and it makes your executable rather large.
It's moderately depressing how large C++ executables are.
Sometimes the problem is that you exceed disk quota. If
that's occurring, you need to remove executables, .o,
core dumps, cxx_repository from previous projects.
Even old input files can be rather large.
Yes, you may. There may be some problems with a constructor,
and a warning on operator=.
Yes, make the changes for both MovieArrayListTester
as well.
You should have received an email in your class account with
instructions regarding which TWO proposals you should critique and
how to submit them. To read email in your class account you can
use the pine email program (type "pine" at the Unix prompt and
follow the instructions).
An example email can be found in the class posting account in the
following directory:
Yes. Go to MovieBstSortedList specs. At the top
is a list of corrections. Most of these are short, but you
should look at them from time to time.
Since the proposals are being posted so late, you will submit
them separately. The proposal critiques will be due Thursday,
April 11, at 11 PM. No late submissions will be accepted.
You will be given directions via email about how you should
submit these critiques.
You must submit BstMap.h and BstMap.cpp with the rest
of your project by Friday evening if you want BOTH the 7 point extra
credit (up to 7 points, that is) and the early bonus. However, you
can submit BstMap.h and BstMap.cpp (with the rest of
your project), any time after that for up to 7 points extra credit.
You can not send them in separately. For example, you can't
send in the project on Friday (for early bonus) without the
BstMap.h and BstMap.cpp. (Some students want to
send two versions....one without the two extra credit files to get
the early bonus, then submit the two files and get the bonus).
Only one submission will be graded. (Note: you can choose not
to implement the extra credit, of course).
The BstMap class will be tested separately with our
own drivers, so there's no need to replace SimpleMap with it.
In the next project, you will probably be allowed to use either
version (or even the STL version).
The output BNF to the traversal, and the description in
the BstSortedList have now been made to match (basically, I opted
to make the output BNF the official).
Some small corrections to the BNF. Please look at current
project 3 description.
You can now work on these questions. It will be worth
10 points or less on the project. The exercise is to make
sure you understand what you're doing on paper, before
writing code.
Yes, it should be. The project description has now been corrected.
Yes. You are. Just like in Project 2 for MovieSortedList.
This clarification has been added to the specifications of
MovieBstSortedList
Yes. A simpler version of locate() has been added. You
can a recursive version of this locate() in your project, if
you want. The BstMovieSortedList specifications have
been updated to reflect a second option available to you
for implementing locate() (which is the easier option).
There were many extra helper functions in the file that shouldn't
have been there. You were supposed to come up with your own. So,
they have been removed. You don't have to implement those helper
functions. You can write your own.
In Task 10, you write "critiques" of other student's proposals.
We're still waiting for submissions of all the projects, so the
proposals will most likely be posted during Spring Break. This will
give you the week after Spring Break to read three proposals and make
comments on them.
The extra credit (which used to be Task 10) is now Task 11.
unlimit filesize
Either type that line, or add it to your .cshrc file.
This will allow you to create files up to the quota of your
account.
~bt14001/Projects/Proposals/
|
See the class syllabus for policies concerning email Last Modified: Thu Mar 14 14:48:28 EST 2002 |
|
|
|
|
|