Hi
My question is maybe trivial for some P
if (true) just help plz ;-)
I am using BCB 6, I would like to convert the binary value of an ascii value of char to get char it self.
exple :
toascii to bin
h -----> 104 (dec) ------> 1101000
I need to do the reverse...
Is there any c++ function to do that (something like itoa,itol..) . If not how to do that?
Any input on this matter would be very much appreciated.
Thx in advance..
Hou
My question is maybe trivial for some P
I am using BCB 6, I would like to convert the binary value of an ascii value of char to get char it self.
exple :
toascii to bin
h -----> 104 (dec) ------> 1101000
I need to do the reverse...
Is there any c++ function to do that (something like itoa,itol..) . If not how to do that?
Any input on this matter would be very much appreciated.
Thx in advance..
Hou