Please follow these steps before you mail your files -
store_manager.c - containing the code for STORE_MANAGER,
rand_proc.c - containing the code for RAND_PROC1 and
RAND_PROC2, and
id_list.h - defining the list of strings used to
initialize the SSTORE_ID component of
each element of STORE. This header file
is attached to store_manager.c and
rand_proc.c through #include directives.
These files should be renamed as follows :
Original name New name
---------------- --------------------
store_manager.c 104store_manager.c
rand_proc.c 104rand_proc.c
id_list.h 104id_list.h
If your program uses additional header files please rename them by prefixing the original name with the last three digits of your account id on snowhite.
Please make sure that all compiler directives and statements that use the original names of the files are modified to refer to the new names.
For example, the #include directive in 104store_manager.c and 104rand_proc.c,
#include "id_list.h"
should be modified as
#include "104id_list.h".
Please note that the prefix 104 in each name comes from the snowhite account id c307104. Do not forget to substitute the last 3 digits of YOUR OWN snowhite account id for 104 in the above names.
Please make sure you use the COMPLETE address (not just c307100 or c307200) so that the messages would be sent to my account on snowhite server.
Indicate the name of the file (104store_manager.c, 104rand_proc.c etc.) on the subject line when you mail the file. (This would help me extract each of your messages into the appropriate file). This can be done easily if you use a mailing utility such as pine.
Correctness of results - 60 points
Correctness of logic - 20 points
Program organization - 20 points
----------
100 points
amandala@astro.ocis.temple.edu