¸§8JV#*+š«]]‡Õå(ЧËýC.'Êÿ ¥F ??
-
how do i input/output ASCII characters ? eg. how do i translate "§8JV#*+š«]]‡Õå(ЧËýC.'Êÿ ¥F" into ASCII numbers. and vice versa, how do i translate a string of numbers into ASCII characters? any ideas? (hope i'm not getting a reputation of always asking strange questions):wtf:
-
how do i input/output ASCII characters ? eg. how do i translate "§8JV#*+š«]]‡Õå(ЧËýC.'Êÿ ¥F" into ASCII numbers. and vice versa, how do i translate a string of numbers into ASCII characters? any ideas? (hope i'm not getting a reputation of always asking strange questions):wtf:
m_iMode = 0; BYTES = 0; char c pass c to function if ((c>='a'&&c<='f')||(c>='0'&&c<='9')) if (c >= 'a' && c <= 'f') x = c - 0x61 + 0x0a; else x = c - 0x30; Best Wishes and Happy Turkey Day, ez_way