bignums

hi every body
how we can store a big num(can't use long long) in the memory without using bignum class?
tnx a lot
bye
Build your own bignum class. If you can't do that, then you can't.
That's a bit like asking how we can store an int without using an int. Can you be more specific?
for example i want to evaluate 1000 ^ 1000
how we can evaluate it?
for example i want to evaluate 1000 ^ 1000
how we can evaluate it?

By using a bignum library such as gmp.
Topic archived. No new replies allowed.