char to int 與 short to int. int main() { char c = 0x30; int b = (int) c; short s = 0x30; int a = (int) s; } push rbp mov rbp, rsp mov BYTE PTR [rbp-1], ...
確定! 回上一頁