Yes, I solved most of the problems. I had to use a "specially-designed" program for dealing with big numbers. (Someone asked as to what a BIG number is; it's a number with more than 50 digits.) Thanks for all the tips though. I'll let you know if I find anything worth sharing.
I was trying to write a program to factor large prime numbers, but I need to take the modulus of the numbers first. In order to take the moduli, I need to have integers. So I can't really work with doubles. static_cast also doesn't work. Does anyone know how i can find the remainder of two big...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.