28.07.2012, 09:29
You forgot about %c for char. Also - hex is not integer, it's simply hex.
How do you store the binary? Or do you want to represent integer as binary string? If yes, you have to create your own function which returns string. It's not hard if you know how to calculate decimal to binary (protip: it has to do with % operator).
@up:
didn't know that
How do you store the binary? Or do you want to represent integer as binary string? If yes, you have to create your own function which returns string. It's not hard if you know how to calculate decimal to binary (protip: it has to do with % operator).
@up:
didn't know that