- 博客(5)
- 资源 (32)
- 收藏
- 关注
原创 offsetof' was not declared in this scope
offsetof' was not declared in this scope
2016-06-10 16:29:04 1205
转载 将string转换成char* (转)
来源: http://blog.sina.com.cn/s/blog_786ce14d01014lpr.html string 是c++标准库里面其中一个,封装了对字符串的操作 把string转换为char* 有3中方法: 1.data 如: string str="abc"; char *p=str.data();%这行应更正为char*p=(char*)str.da
2016-05-28 10:43:47 828
转载 c++标准化前后
#include 在c++中,是指标准化以前的标准c库中的字char*字符串处理函数 #include 中在1988年标准化以后,c++中含的STL的string容器 #include 是在1988年标准化以后,的演变。 总之你记住一句话:与是完全不同的两个东西。 =======================================================
2016-05-28 10:33:03 337
原创 运算符优先级
while(first < last&&(number[first]&0x01) == 1)要使得上述的表达式按照预期的目的执行,那么number[first]&0x01这个表达式要加括号,因为==的优先级高于&。
2016-05-28 10:30:04 229
d2d模式选择仿真
2016-12-01
Boost程序库完全开发指南
2016-11-30
STL源码剖析
2016-03-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人