handling large number
Posted
by klw
on Stack Overflow
See other posts from Stack Overflow
or by klw
Published on 2010-05-23T06:07:25Z
Indexed on
2010/05/23
6:10 UTC
Read the original article
Hit count: 139
c++
Hello, this is actually an problem question from project euler site http://projecteuler.net/index.php?section=problems&id=3
Anyway I'm not out after the solution, but I probably guess you will know what my approach is. To my question now, how do I handle numbers exceeding unsigned int?
Is there a mathematical approach for this, if so where can I read about it?
© Stack Overflow or respective owner