How do I convert a signed integer to an unsigned integer? ... int a = 6; unsigned int b; int c; b = (unsigned int)a; c = (int)b;.
確定! 回上一頁