I have a string that consists some decimal value, with number of digits can be more than any existing int-types can hold(I know the number of digits). Give me some hints, please, how can I convert that number to it's binary representation (so I will have other char* variable, that will consist binary).
You could use something like the GNU Multiple Precision library that has support for very long numbers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With