Keeping numbers as big as 100^100

Hi there!
I need to keep 2 numbers as big as 100^100 and well i have to do sth like this:

First number -(or +) second .

Could you help me on it? Thanks!
double, but you lose precision.
Got wrong answer with double

Any other idea?
Of course you will get WA if you needed precision
If you "don't want" to use an extern library, then code your own bignum class. There was a thread in the Lounge about that.
I can use standard libraries only , may i have the link?:-/
Topic archived. No new replies allowed.