Conversion from Byte to ASCII in C

Posted by darkie15 on Stack Overflow See other posts from Stack Overflow or by darkie15
Published on 2010-04-02T08:45:07Z Indexed on 2010/04/02 8:53 UTC
Read the original article Hit count: 337

Filed under:
|
|

Hi All,

Can anyone suggest means of converting a byte array to ASCII in C? Or converting byte array to hex and then to ASCII?

Regards, darkie

© Stack Overflow or respective owner

Related posts about byte

Related posts about conversion