会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
mongg的不老阁
博客园
首页
新随笔
联系
订阅
管理
2014年4月17日
struct 和 (对象)std:string不要混用
摘要: 例子typedef struct{ std:string features;} Row;Row row;row.feautres = "hello";可能出错,因为struct分配的时候,仅仅是分配内存空间,并没有对里面的对象进行必要的初始化,这样就有可能到只row.features.assig...
阅读全文
posted @ 2014-04-17 10:27 mongg
阅读(784)
评论(0)
推荐(0)
编辑
公告