home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 21 / IOPROG_21.ISO / SOFT / CACHECL1.ZIP / README < prev   
Encoding:
Text File  |  1996-07-12  |  1.6 KB  |  41 lines

  1. The file CACHE.H implements a simple C++ template class to perform caching
  2. of arbitrary class objects. More information is available in the CACHE.H
  3. file itself.
  4.  
  5. This source code is intended for use with Borland C++ version 4.5 or
  6. higher. This software is CommunityWare. This means that there is no cost
  7. for you to use it, but if you find this software useful I encourage you to
  8. release one of your own homegrown C++ classes (or other software) for
  9. others to use, for free.
  10.  
  11. You may distribute this software freely as long as you do not try to sell
  12. it or include it as part of a commercial class library. If you're unsure
  13. about my intentions on restricting for-profit distribution, contact me.
  14. Distributing modified copies of this software is allowed as long as I am
  15. credited for the original writing and you document all modifications.
  16.  
  17. Installation
  18. ============
  19.  
  20. Include the file "cache.h" in any source file that needs it. That's it.
  21.  
  22. More information about the Cache class, including example usage, is
  23. contained at the top of the CACHE.H file.
  24.  
  25. Administrivia
  26. =============
  27.  
  28. Please feel free to drop me some e-mail if you do find this class useful,
  29. I'd love to hear from you! If you have questions or problems regarding this
  30. code, then please write me, but I am afraid that I cannot guarantee any
  31. kind of support or aid in getting this software to work. This software is
  32. provided "as is".
  33.  
  34. If you modify this code, please keep a record of modifications
  35. (including your name, so that I am not held responsible for your changes
  36. :-)
  37.  
  38. Andrew Sterian
  39. asterian@umich.edu
  40.  
  41.