 |
Is there a function that returns the ASCII value of a character?
2009年5月10日 - char c; int ascii = (int) c; s2.data[j]=(char)count;. A char is an integer, no need for conversion functions. Maybe you are looking for functions that ...
stackoverflow.com |
 |