Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sgpepe

    Working with BIG integers

    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.
  2. sgpepe

    Working with BIG integers

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

Part and Inventory Search

Back
Top