CSAPP-Labs
CSAPP-Labs copied to clipboard
Data Lab的bits.c文件中使用了大量大整数常量
要求是:Integer constants 0 through 255 (0xFF
), inclusive. You are not allowed to use big constants such as 0xffffffff
.
要求是:Integer constants 0 through 255 (
0xFF
), inclusive. You are not allowed to use big constants such as0xffffffff
.
你说的是 INTEGER CODING RULES 在FLOATING POINT CODING RULES中规定: You can use arbitrary integer and unsigned constants.