最新文章列表

shared_ptr:多线程对共享申请资源的访问和回收

利用shared_ptr的共享引用计数、引用结束资源系统回收的机制,实现多线程对共享申请资源的访问和回收。 #include <vector> #include <memory> #include <pthread.h> #include <stdlib.h> #include <unistd.h> #include <iostre ...
田庆阳 评论(0) 有1316人浏览 2015-09-20 20:06

【转】为什么多线程读写shared_ptr需要上锁

from: http://blog.csdn.net/solstice/article/details/8547547   为什么多线程读写 shared_ptr 要加锁? 陈硕(giantchen_AT_gmail_DOT_com) 2012-01-28 最新版下载:http://chenshuo.googlecode.com/files/CppEngineering.pdf 我 ...
RoomFourteen224 评论(0) 有642人浏览 2015-06-11 16:04

【转】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 ...
RoomFourteen224 评论(0) 有440人浏览 2015-06-11 15:22

boost智能指针shared_ptr

最近项目中使用boost库的智能指针,感觉智能指针还是蛮强大的,在此贴出自己学习过程中编写的测试代码,以供其他想了解boost智能指针的朋友参考,有讲得不正确之处欢迎指出讨论。当然,使用boost智能指针首先要编译boost库,具体方法可以网上查询,在此不再赘述。   智能指针能够使C++的开发简单化,主要是它能够自动管理内存的释放,而且能够做更多的事情,即使用智能指针,则可以再代码中ne ...
eriol 评论(0) 有2256人浏览 2011-09-26 12:37

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics