home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13142 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  766 b 

  1. Path: sparky!uunet!mcsun!sun4nl!dutrun!dutiws!holland
  2. From: holland@dutiws.tudelft.nl (Gerhard den Hollander)
  3. Newsgroups: comp.lang.c++
  4. Subject: LONG class wanted
  5. Message-ID: <2048@dutiws.tudelft.nl>
  6. Date: 1 Sep 92 11:01:59 GMT
  7. Organization: Delft University of Technology
  8. Lines: 17
  9.  
  10. I am thinkling of creating a class which can handle arbitrary large numbers
  11. (wheter integers of reals,
  12. and I'm thin king of numbers with >100 digits )
  13.  
  14. iThis class should be able to do the following
  15. Operator+(Long Long)
  16. Operator-(Long, Long)
  17. Operator*(Long, Long)
  18. Operator<<(Ostream, Long)
  19. Operator>>(Istream, Long)
  20. and a lot of type casts.
  21.  
  22. Has anyone allready made this,
  23. if so can someone mail me info abvout how to tackle this thing
  24. (or even better mail me the source code ;))
  25.  
  26.  
  27.