home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16027 < prev    next >
Encoding:
Text File  |  1992-11-05  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!caen!saimiri.primate.wisc.edu!usenet.coe.montana.edu!icsg0131
  3. From: icsg0131@cs.montana.edu (Jeff)
  4. Subject: Re: Bplus11 B-tree library
  5. Message-ID: <1992Nov3.020935.10845@coe.montana.edu>
  6. Keywords: b-tree bplus turboc
  7. Sender: usenet@coe.montana.edu (USENET News System)
  8. Organization: Montana State University, Dept. of Computer Science, Bozeman MT 59717
  9. References: <Bx3J3x.LKq@uxa.ecn.bgu.edu>
  10. Date: Tue, 3 Nov 1992 02:09:35 GMT
  11. Lines: 17
  12.  
  13.  
  14. Hello.  
  15.  
  16. I have used the bplus package (v10 and v11) on a variety of compilers
  17. and never had a problem.  The only thing I had to do with the v11 was add
  18. a pointer (*) to line 86 of file BPLUS.C.  Other than that it was a 
  19. plug-n-play operation.  I tried it with TC2.0 and BC++3 and no problems
  20. at all.    I think what you may be doing wrong is compiling via C++ instead
  21. of C.  Check the Options|C++ options dialog and make sure it is set to C.
  22. BPlus is not a C++ package and you will get more errors than you have lines
  23. of code.
  24.  
  25. Cya,
  26. Jeff
  27.  
  28. -- 
  29. Jeff              icsg0131%caesar@cs.montana.edu
  30.