home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sun4nl!dutrun!dutiws!holland
- From: holland@dutiws.tudelft.nl (Gerhard den Hollander)
- Newsgroups: comp.lang.c++
- Subject: LONG class wanted
- Message-ID: <2048@dutiws.tudelft.nl>
- Date: 1 Sep 92 11:01:59 GMT
- Organization: Delft University of Technology
- Lines: 17
-
- I am thinkling of creating a class which can handle arbitrary large numbers
- (wheter integers of reals,
- and I'm thin king of numbers with >100 digits )
-
- iThis class should be able to do the following
- Operator+(Long Long)
- Operator-(Long, Long)
- Operator*(Long, Long)
- Operator<<(Ostream, Long)
- Operator>>(Istream, Long)
- and a lot of type casts.
-
- Has anyone allready made this,
- if so can someone mail me info abvout how to tackle this thing
- (or even better mail me the source code ;))
-
-
-