home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / SETCLASS.ZIP / OOSET.TXT < prev    next >
Text File  |  1991-11-02  |  709b  |  18 lines

  1. Class ooset was written for a C++ course that I'm taking.  The class is
  2. used for algebraic sets such as { 1, 3, 8, 11 }.  It includes extensive
  3. operator overloading.  Most C++ textbooks illustrate operator overloading
  4. on a string class and the examples are limited to only a few operators.
  5.  
  6. Feel free to use the class if you wish.  Any comments or feedback would
  7. be appreciated.
  8.  
  9. As with any problem, there are many solutions.  The code that my 
  10. instructor handed out for this assignment is probably quicker or more
  11. compact.  It's so compact that I'm still trying to decipher it.  I liked
  12. my code better from a learning point of view, I and others can follow
  13. it.
  14.  
  15. Joe Hatfield
  16. CIS 72657,717
  17.  
  18.