المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Working with very large numbers.



C# Programming
09-08-2009, 07:25 PM
My problem is simply that I am trying to make a simple command line RSA encryption program and was trying out the number 123^17 and don't seem to be able to store the value anywhere because of its size. How can I work with numbers that are bigger than 10^20?