Mailing Homework 4Please follow these steps before you mail your files
Original name New name
------------- --------------------
hmw_main.c 104hmw_main.c
rand_proc.c 104rand_proc.c
store_manager.c 104store_manager.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 104rand_proc.c and 104store_manager.c,
I first compile 104rand_proc.c and 104store_manager.c and have the output placed in 104rand_proc and 104store_manager respectively, invoking cc with the -o option :
I would like to reiterate that all statements that refer to the old names of the program files should be modified to refer to their new names.
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.
Mail your files to snowhite. If you are REGISTERED for Section 1 mail your files to c307100@snowhite.cis.temple.edu. If you are REGISTERED for Section 2 mail your files to c307200@snowhite.cis.temple.edu.
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.
Correctness of results - 60 points Correctness of logic - 20 points Program organization - 20 points ---------- 100 points
amandala@astro.ocis.temple.edu