home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Examples / MiscString / README < prev    next >
Encoding:
Text File  |  1994-01-25  |  1.2 KB  |  23 lines

  1.  
  2. WHAT'S HERE:
  3.  
  4. A simple test program is provided which demonstrates how to use the object
  5. and tests a few of the basic features.  By carefully scrutinizing the
  6. output of the test, you can see how the MiscString class deals with all
  7. the various boundary conditions, if the documentation isn't clear enough
  8. for you.  (But if the docs aren't clear, help us fix that by telling us
  9. what isn't clear!)  You should run this program from the command line.
  10.  
  11. The file "output" contains the output you _should_ get from running the
  12. program.  Running "diff" on the the output of your compilation to compare
  13. against the canonical "output" file will tell you if there is a problem.
  14. If there is a discrepancy, please send your output file to Don Yacktman
  15. and also provide information about your machine's architecture and
  16. configuration including anything special you might have done to your
  17. compiler (like install a new version) and what command you used to
  18. compile the test program, if it was different from the Makefile provided.
  19.  
  20. This program was used to verify proper operation of some, but not all, of
  21. the MiscString methods during development.
  22.  
  23. This test suite is maintained and authored by Don_Yacktman@byu.edu.