home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 15 / CDACTUAL15.iso / cdactual / program / c / WLIB.ZIP / README < prev    next >
Encoding:
Text File  |  1993-02-26  |  3.1 KB  |  70 lines

  1. Files you'll find in this zip file
  2.  
  3.       *.DOC       documention (see below)
  4.       *.H         header files
  5.       W*.C        the stuff you need to link in with
  6.       FATAL.C     link in with this if you are not using WW
  7.       EXAMPLE?.C  Some examples to help get you started
  8.       WLIB.PRJ    the project file I use to build WLIB
  9.  
  10. note that there is no documentation for the vector classes or the file
  11. classes.  It should be a fairly straightforward task to interpret the
  12. appropriate header files.
  13.  
  14. The documentation was, for the most part, written before the library was.
  15. You would be miles ahead if you learned to read and interpret the header
  16. files rather than relying on the documentation.  The documentation is
  17. included more for tutorial purposes than as a reference.
  18.  
  19. All of my source has a copyright on it, yet these libraries are really
  20. closer to "public domain".  I want people to feel free to pass it along,
  21. include it in libraries that they use and sell with the idea that everyone
  22. will have a common base for string, file, vector and linked list libraries.
  23. I just don't want them modified without my consent (if you need something
  24. different, why don't you inherit what you see?). I encourage that this
  25. product be included with compilers, libraries, books and tutorials.  Free.
  26. Unmodified.
  27.  
  28. These libraries are designed for optimal use in the cold, cruel world of
  29. practical programming.  It is my belief that the molding of C++ into a
  30. SmallTalk environment kills the beauty of C++.  I write object oriented
  31. extensions to C++ that compiles very tight and fast while maintaining high
  32. portability.  If you want a SmallTalk-like environment, use SmallTalk!  I
  33. hope that this code allows all C++ programmers to develop smaller and
  34. faster programs in less time.
  35.  
  36. If you are new to programming in C++, the file STRINGS.DOC is for you.
  37.  
  38. Registration of this product is $50.  Registration will provide you with
  39.  
  40.    The most recent copy of the library
  41.    "Wheaton Windows" A simple user interface for text mode
  42.    The parser, with source
  43.    support
  44.  
  45. copyright (c) 1992, 1993 by Paul Wheaton
  46. 1916 Brooks #205, Missoula, MT  59801
  47.  
  48. voice phone:  (406)543-7543
  49. modem phone:  (406)543-1144 (2400N81)
  50.  CompuServe:  72707,207
  51.    Internet:  72707.207@CompuServe.com
  52.  
  53. Visa and MC accepted
  54.  
  55. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  56.  
  57. Look for WPARSE.ZIP - Source Parser.  This will break up your large .OBJ
  58. files so that your executable programs are much smaller and faster.
  59.  
  60. Look for WW.ZIP - Wheaton Windows.  A simple user interface for text mode.
  61. Clean looking.  Very powerful.  Handles two video devices.  Includes about
  62. a dozen types of menus including menus for users to shift the order of
  63. their selections or to make selections.  There are numeric editing
  64. functions that can give integers a fixed decimal place.  There are string
  65. editing functions that allow you to specify what keys are acceptable for
  66. different parts of a mask.  Scroll bar types allow for scrolling through
  67. huge, sophisticated menus or through text files or reports.  More!  Fully
  68. integrated with WLIB.
  69.  
  70.