home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / a_arrays.zip / README < prev    next >
Text File  |  1994-10-31  |  882b  |  24 lines

  1. Source code and test environment for ASSOCIATIVE ARRAYS
  2.  
  3. David Weber
  4. October, 31 1994
  5. CIS: 75267,1632
  6. smail: Box 1376, Paonia CO 81428
  7.  
  8. Packing List:
  9.         README                  This file
  10.     ASSOC.HPP        Header file for associative arrays
  11.     ASSOC.CPP        Engine for associative arrays
  12.     TEST.CPP        Test bench
  13.     TEST.MAK        Polymake 3.1 make file
  14.  
  15.    This is a complete C++ template implementation of associative arrays.  They
  16. provide, in a small package, much of the same power found in a database.
  17. Specifically, complex structured data can be stored and quickly accessed via
  18. a single unique text key.  Much of the concept and the syntax derive from the
  19. AWK programming language.  See the journal article and the comments in the
  20. header file more more details on usage and construction.
  21.  
  22.    If you have any questions or comments on this package, send me an
  23. email note.
  24.