I'm writing a little cryptography program for my current problem in DSA (data structures and algorithms). I finished it and it works unless I put in really really big numbers. Which is what is normally put in for it to work well. Anyway, is there a built in class or something that will get bigger than an unsigned long, or will I have to write one myself? Someone recommended that I write a class to do this, so that's the direction I'm moving towards.
Thanks,
~Pitts
Thanks,
~Pitts


Comment