I'll pull out an example for you if you want to try it. ... n"); while(1) { if (kbhit()) { byte = fgetc(stdin); fputc(toupper(byte), ...
確定! 回上一頁