home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / EXAMPLES / 1 / README.TXT < prev   
Text File  |  1996-10-11  |  393b  |  20 lines

  1.         EXAMPLE-1
  2.  
  3.  
  4. This very simple demonstration program implements a
  5. 'word counter'. It reads an ASCII file and displays
  6. an alphabetical list with the word frequencies.
  7.  
  8. It uses only one BTREE to do so.
  9.  
  10. Files:
  11.  
  12.   EXAMPLE.exe: dos executable.
  13.            The word counter.
  14.  
  15.   INPUT.txt: ASCII file.
  16.          Input file for EXAMPLE.
  17.          You can use any other ascii file you like.
  18.  
  19.  
  20.