home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / alde_c / misc / lib / bplus11 / read.me < prev    next >
Encoding:
Text File  |  1988-01-04  |  1.6 KB  |  56 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                       BPLUS.C - Version 1.1
  10.  
  11.  
  12.      Thank you for registering your copy of the BPLUS "toolkit"
  13. with Hunter and Associates.  Your support is appreciated.
  14. Customers like you help reinforce the principal that quality
  15. "shareware" software is indeed a viable one.
  16.  
  17.      Version 1.1, the latest version, has several improvements.
  18. The next_key and prev_key rouutine can now be used immediately
  19. after adding or deleting a key.  It is no longer necessary to
  20. reset the index file with a find_key or locate_key function call
  21. after adding or deleting keys.
  22.  
  23.      Your registration disk contains nine files.  These files are
  24. the following:
  25.  
  26.      BPLUS.H   -  the header file to include in your "C" programs
  27.                   which use the BPLUS Toolkit
  28.  
  29.      BPLUS.C   -  the source code for Version 1.1 of BPLUS
  30.  
  31.      CPLUS.C   -  the source code for Version 1.1 of BPLUS with 
  32.                   extensive comments added
  33.  
  34.      BPLUS.DOC -  the user's manual for BPLUS
  35.  
  36.      VTEST.C   -  a test program which creates two index files
  37.  
  38.      NAMES.C   -  a program for creating and using an on-line 
  39.                   name and address book
  40.  
  41.      REINDEX.C -  a program to re-index the data file used in 
  42.                   NAMES.C
  43.  
  44.      LISTTREE.C - a program which lists the index tree
  45.  
  46.      READ.ME   -  this message file
  47.  
  48.  
  49. ADDITIONAL NOTES
  50.  
  51.      Attention user's of Microsoft's Quick C and C 5.0 compilers.
  52. Be sure and follow the directions at the end of the user's guide
  53. and replace the library function call memcpy with memmove.
  54. Remove the comments from the macro in BPLUS.C which is provided
  55. to make this change.
  56.