
c++
emiya_hatsune
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【转】shared_ptr
from: http://www.codeproject.com/Articles/541067/Cplusplus-Smart-Pointers Introduction Ooops. Yet another article on smart pointers of C++11. Nowadays I hear a lot of people talking about the new...原创 2015-06-11 15:22:22 · 329 阅读 · 0 评论 -
【转】为什么多线程读写shared_ptr需要上锁
from: http://blog.youkuaiyun.com/solstice/article/details/8547547 为什么多线程读写 shared_ptr 要加锁? 陈硕(giantchen_AT_gmail_DOT_com) 2012-01-28 最新版下载:http://chenshuo.googlecode.com/files/CppEngineering.pdf ...原创 2015-06-11 16:04:03 · 155 阅读 · 0 评论