What would be the best way to do the following.
Enter a very long number, lets say 500,000 digits long without it going into scientific notation; and then am able to
In C or C++, you can use GMP (Gnu Multi-Precision library).
In Perl, you can use the bignum module.