// COMPLETE THREAD

Base conversion

1 expanded post ยท every known parent and child

NODE 23f02e31Base conversion
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