converting decimal to binary and vice versa(with huge numbers)
807591Mar 18 2008 — edited Mar 19 2008I need to convert a decimal number, represented as a string, to a binary number, preferably also represented by a string.
These numbers will probably become much bigger then something a long, or even a double could handle, so the build-in methods for conversion fail...
Anyone got an idea on how I could begin to solve this?