home *** CD-ROM | disk | FTP | other *** search
- This is the source code and documentation for the String class, a simple class
- which handles strings and provides an interface to the standard C string
- functions. Most of the methods are provided for convenience and are probably
- not really necessary. A simple test program is provided which demonstrates how
- to use the object and tests a few of the basic features. To compile the test
- program StringTest.m, type:
-
- cc -O -Wall -o StringTest StringTest.m -lNeXT_s
-
- If you have a feature you'd like to see added to the String class, please
- let me know. For example, eventually I plan to implement a method to remove
- a substring or a range of characters from a string as well as a method to
- insert one string into another. (In other words, a larger variety of string
- handling features.)
-
- Any questions, requests, or problems should be directed to me at:
-
- Don Yacktman
- 4279 N. Ivy Lane
- Provo, UT, 84604
- yackd@alaska.et.byu.edu
-
-