I am trying to write some code to perform base conversions on very large numbers (possibly as large as 256^(2^(ULONG_MAX))). Specifically, I store the numbers in base 256, but I would like to be able to print them in base 10. Any really brillant ideas? -James