Handling Large Numbers

Aug 30, 2010 at 4:41am
Hi. I need to find some way to handle very large numbers (1000+ digits). I know there are some libraries like GMP, but all the ones I have found are only for Linux and need configure and make, but I am running Windows. The few that I have found have bad documentation. Does anyone know of any simple to use libraries or classes for large numbers? All the functionality I need is to read in large numbers from a file, and basic math operations, so >>, +, -, *, and /.
Aug 30, 2010 at 5:10am
GMP can run on Windows.
Aug 30, 2010 at 6:00am
Is there a tutorial or something on how to do it? I have no clue.
Aug 30, 2010 at 6:04am
http://cs.nyu.edu/exact/core/gmp/

Boy, that was hard!
Topic archived. No new replies allowed.