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 /.