firemail
标题:
疑难杂症问题研究
[打印本页]
作者:
Qter
时间:
2020-2-7 11:25
标题:
疑难杂症问题研究
本帖最后由 Qter 于 2020-2-13 15:25 编辑
//Swap 技巧版
x ^= y;
y ^= x;
x ^= y;
//const用法
//指针参数传递内存中的玄机 建议85
//通过移位操作符定义flags 101
utf-8 bom 字节序 内存对齐
大端、小端
QString QChar
作者:
Qter
时间:
2020-2-13 12:38
void JudgeSystem()
{
int a = 0b00000001;
char * p = (char *)&a;
if (0b00000001 == *p)
{
cout<<"小端"<<endl;
}
else
{
cout<<"大端"<<endl;
}
}
复制代码
欢迎光临 firemail (http://firemail.wang:8088/)
Powered by Discuz! X3