home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Snippets / TStr255 class / READ_ME next >
Encoding:
Text File  |  1995-10-20  |  751 b   |  34 lines  |  [TEXT/ttxt]

  1. AZN_TStr255.sit.hqx
  2.  
  3. TStr255 class
  4.  
  5. A C++ class to replace the pascal Str255 string type.
  6.  
  7. Why bother?  Because I'm sick of horsing around with
  8. utility string functions for simple things like string
  9. assignment and concatenation, either with pascal or
  10. C strings.
  11.  
  12. The class has been designed to be as transparent a
  13. 'drop-in' as possilbe, and use of inline functions
  14. mean you don't have to pay any speed penalty for 
  15. using it.
  16.  
  17. A small metrowerks project has been included to show
  18. what the class is capable of.  Step through the
  19. project's code in a debugger to see the strings 
  20. chop and change.
  21.  
  22. Andrew thinks: "Shouldn't Apple be doing this?"
  23.  
  24. Small CW7 project included
  25.  
  26. Andrew N.
  27. aznemeng@zeta.org.au
  28. 20 Oct 1995
  29. Blue Mountains, Sydney Australia
  30.  
  31.  
  32.  
  33.  
  34.