You must invert the bit string with the bitwise NOT operator ( ~ ), then AND it. ... struct bits { unsigned int a:1; unsigned int b:1; unsigned int c:1; }; ...
確定! 回上一頁