handling large number
- by klw
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?