0
How to convert decimal to binary and vice versa in C?
3 Respuestas
+ 2
Here's an example how you may do it. It's in C++, but you may port it to C easily, basically by replacing cin/cout with scanf/printf and string with char*:
https://code.sololearn.com/ckOvFCBbB4o1/?ref=app
+ 1
try to use itoa() and atoi,
atoi(Number in string format) = Number int,
itoa(Number, string container, numeric base)
0
There is already a Solution released on Stack Overflow. The Solution works with BOOST_BINARY and itoa.
My Opinion. Use Hex
P.S.:
Es gibt bereits eine Lösung für eine ähnliche Fragestellung bei StackOverflow.
Es wurde mit BOOST_BINARY und itoa gelöst.
Ansonsten. Meine Empfehlung. Benutz Hex. Ist nur eine komprimierte Form vom Binären