binary - Is there a function that returns the ASCII value of a character ...

binary - Is there a function that returns the ASCII value of a character ...

瀏覽:1077
日期:2026-04-22
char c; int ascii = (int) c; s2.data[j]=(char)count; ... If you want to get the ASCII value of a character in your code, just put the character in quotes...看更多