宝典

来源:互联网 发布:解压软件mac 编辑:程序博客网 时间:2024/04/17 06:10
第五章
http://blog.csdn.net/zhaoyue007101/article/details/8780079
http://soft.chinabyte.com/database/354/12188854.shtml
int的二进制表示,负数的二进制表示
x&(x-1)
http://bbs.csdn.net/topics/80090368 
x&(-x)
printf压栈顺序
函数压栈顺序
        float  a=1.0f;
cout<<(int&)a<<endl;
        (int&)a相当于将该浮点数开始的sizeof(int)个字节当做int型输出
boolalpha
float表示方法
http://blog.csdn.net/zhaoyue007101/article/details/8781563
类型提升
运算符优先级


原创粉丝点击