home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 11925 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.4 KB  |  53 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!gatech!destroyer!ncar!mimbres.cs.unm.edu!constellation!a.cs.okstate.edu!boggs
  3. From: boggs@a.cs.okstate.edu (BOGGS RICHARD GRAN)
  4. Subject: Re: Seeking Text User Interface Library
  5. References: <duong-070193150757@146.154.25.54>
  6. Message-ID: <1993Jan8.181744.21330@a.cs.okstate.edu>
  7. Organization: Oklahoma State University, Computer Science, Stillwater
  8. Date: Fri, 8 Jan 93 18:17:44 GMT
  9. Lines: 42
  10.  
  11. In article <duong-070193150757@146.154.25.54> duong@ial4.jsc.nasa.gov (Phong Duong) writes:
  12. >Please no yelling if I've posted to the wrong group.  I am looking for some
  13. >good shareware C libraries:
  14. >
  15. >   * a library to help me do data entry, pop-up and pull-down windows,
  16. >     (mostly user interface stuffs) in VGA text mode.
  17.  
  18. I have been using VLIB 4.x for sometime now.  It's from Pathfinder Associates
  19. and runs around $150 with source code, tech support, and free updates.  It does
  20. all kinds of windowing, popups, dropdowns, form entries, lists, popsideways.
  21. Basically anything (and more) you'd need for a good text GUI.  I highly recom-
  22. mend it.  "VLIB 4.x the user interface library for C".
  23.  
  24. >   * a library for B-tree data manipulation, and
  25.  
  26. I have recently purchased MIX Software's C/Database Toolchest Library.  It
  27. included comprehensive B-Tree and ISAM implementations all for $29.95 (I think).
  28. They boast a manual of 350+ pages.  True, it has that many, but the manual is
  29. really oriented towards beginning level programmers.  But you can cut through
  30. to the chase and just flip through the reference sections (which are great) to
  31. get to the meat of the thing.   Source code is available for $10 more.
  32.  
  33. One gripe I had about MIX's product was that they only supply the medium library
  34. model (whereas VLIB supplies all library models)!  I suppose that is to encour-
  35. age you to purchase their source code...
  36.  
  37. I also understand that there is a shareware package on wuarchive.wustl.edu in
  38. the database area (I think) called BTREE11.  Don't quote me on the name, but it
  39. is on the site.  It's a B+ Tree implementation that I have used in the past
  40. for a project.  I tried contacting it's authors, but the number is out of
  41. existance and the package is several years old.  But it works just fine!  Source
  42. code is included.
  43.  
  44.  
  45. >   * a linked-list library
  46.  
  47. Write you own or use Borlands...
  48. -- 
  49. Grant Boggs
  50. boggs@a.cs.okstate.edu
  51. Oklahoma State University
  52. Stillwater, Oklahoma
  53.