第五章
http://soft.chinabyte.com/database/354/12188854.shtml
int的二进制表示,负数的二进制表示
x&(x-1)
函数压栈顺序
float a=1.0f;
cout<<(int&)a<<endl;
(int&)a相当于将该浮点数开始的sizeof(int)个字节当做int型输出
boolalpha
float表示方法
http://blog.csdn.net/zhaoyue007101/article/details/8781563
类型提升
运算符优先级