home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / yg407w95.zip / BITLIST.TXT < prev    next >
Text File  |  1994-11-12  |  3KB  |  76 lines

  1. BitList Engine v1.0        1st September 1994       (C) Yves Roumazeilles
  2. ─────────────────────────────────────────────────────────────────────────
  3.  
  4. The BitList Engine is a DLL designed to handle lists of bits (and to a
  5. small extent, big numbers). It was built because of the limitations of
  6. the ANSI-C bit fields which cannot be larger than an "unsigned long".
  7.  
  8. The BitList Engine allows you to build very large bit lists and to
  9. handle them with a set of functions covering a large range of needs
  10. (this is continuously expanding):
  11.         constructors/copy-constructors/copy operators
  12.         logical operators (AND,OR,NOT,etc.)
  13.         arithmetic operations (ADD,SUB,etc.)
  14.         shift operations (left and right)
  15.         others...
  16.  
  17.  
  18. This will be particularly useful to handle large sets (as belong to the
  19. programmer's bag of tools) and to work on encryption/compression code.
  20.  
  21.  
  22. The Windows help file gives detailed information about using it.
  23.  
  24. File List:
  25.  
  26.    BITLIST.DLL    Basic DLL
  27.    BITLIST.HLP    Help for programmer (function description)
  28.    BITLIST.TXT    This file
  29.    BITLIST.H      For C programmers
  30.    BITLIST.LIB
  31.  
  32.    AGREP.TXT    Description of the AGrep Search Engine support DLL
  33.    CLUSTER.TXT  Description of the ClusterView Windows application
  34.    ORDER.TXT    Minimal order form
  35.  
  36.  
  37. To install The BitList Engine, simply put the files BITLIST.DLL and
  38. BITLIST.HLP in any directory already included in your path (C:\WINDOWS
  39. suggested). If you already have an earlier version of the AGrep Search
  40. Engine, replace its old AGREP.DLL file by the new one.
  41.  
  42. Place BITLIST.H and BITLIST.PAS in your include file directory (see your
  43. compiler documentation) and BITLIST.LIB in your library directory (see
  44. your compiler/linker documentation).
  45.  
  46. If Windows cannot find the DLL when the application is run, make sure it
  47. is in a directory on your path, and try again.
  48.  
  49.  
  50. The BitList Engine is shareware. It it not Public Domain or Free. 
  51. See the help file for shareware information and extensive description of
  52. the registration steps (including a number of registration sites
  53. accepting 800-calls or credit cards).
  54.  
  55. If you cannot find the Help file and its registration forms, use the
  56. minimal form file ORDER.DOC and mail it with your payment to the address
  57. shown.
  58.  
  59.  
  60. If you find the BitList Engine useful, do the decent thing and register!
  61.  
  62.  
  63.  
  64. In return you will receive:
  65.     - a registration number to identify yourself,
  66.     - the full BitList Engine (in its latest version),
  67.     - source code of the help files which can be modified to build
  68.       your own application help file,
  69.     - support thru Email and Fax.
  70.  
  71.  
  72. The full Developper Kit gives you the right to an unlimited number of
  73. licenses and to an additional printed documentation with examples,
  74. comments on installation, advice on use (30+ pages of useful aids to the
  75. serious application developper.)
  76.