home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / btree.zip / README < prev    next >
Text File  |  1992-02-16  |  592b  |  10 lines

  1.  
  2. B+Tree in C++ is a high performance commercial grade B+Tree written in C++.  
  3. The archive contains separate objects for Borland C++ and Zortech C++.  
  4. Separate classes are implemented for runtime error handling, block file 
  5. handling, and B+Trees.  The B+Tree can handle variable keys, fixed length
  6. keys, long keys, and doubles.  The B+Tree has no inherent height limitations.
  7. The manual btree.doc describes the different classes and describes how to 
  8. order the source code.  The program exercise.cpp is provided as an example 
  9. of how to write programs that include the btree class.
  10.