2009年9月12日 星期六

C/C++筆記-fgetc將輸入的字元轉整數

char ch;
int num;
num = fgetc(ch) - '0' ;

0 意見 :

張貼留言