==========================
  File: README
  By:   Roger Z. Rios
  Date: 11/Jn/97
==========================

Contents:

- Header files:
  containr.hpp  : Required for linked list data structure
  llist.hpp     : Required for linked list data structure
  teamClass.hpp : Stores the <team> class definition

- Source files:
  llist.cpp     : Required for linked list data structure
  teamClass.cpp : Contains the <team> class member function code
  futmex.cpp    : Driver program, does all the job

- Data files:
  data98-2.dat  : Input file for Winter '97 (assuming 2 pts/win
                  for relegation standing)
  data98-3.dat  : Input file for Winter '97 (assuming 3 pts/win
                  for relegation standing)

After compiling the *.cpp files, link them and create the
executable: futmex

If you are using the Borland C++ compiler, you should
create a project with the *.cpp files in it, and then
just invoke the "make" option.

To run it, enter:  futmex input_file [output_file]
where I usually use as output_file, for example, w13.out
(to indicate this is the output file for week 13).

