Your programs must run on a Unix machine. The reason for this requirement
is so that you can become accustumed to making your programs portable and
so you may learn a little about the Unix operating system. The Unix
operating system is powerful but it takes concentration to learn it well.
To send your programs to our Unix machine (henson) you may use Fetch (on
Macs) or ftp (on NT machines). Once your .c and .h files are on henson (I
recommend a separate directory for each program) you may compile them by
typing in
cc file1.c file2.c ... cc file1.c file2.c ... -o output.out
To bundle the files to send you need to use the tar command.
tar -cf name.tar *.c *.h
To encode the files before you send them so they don't get corrupted use
the uuencode command.
uuencode name.tar name.tar > name.tar.uu Then get into a mail program and send kschultz mail. When asked for an attachment type name.tar.uu. You might also want to CC: yourself so you can make sure it gets to me correctly by having a copy of what I received. Check out the attached portion and make sure it has more than 0 bytes attached.
I will not accept programs except in this manner after the first program. You must have a usable henson account for the second program!