Guest_imported
New member
- Jan 1, 1970
- 0
HI
im a newbie
i want a source code that converts the hex into ascii, without using the console prompt...
for example: i have 2 variables:
char mychar1="96";
char mychar2;
how can i put mychar1 hex value in mychar2 (naturally in ascii character)
at the end i'll have mychar1="96" and mychar2="i"
Can anyone help me please???
Thanx a lot!
im a newbie
i want a source code that converts the hex into ascii, without using the console prompt...
for example: i have 2 variables:
char mychar1="96";
char mychar2;
how can i put mychar1 hex value in mychar2 (naturally in ascii character)
at the end i'll have mychar1="96" and mychar2="i"
Can anyone help me please???
Thanx a lot!