会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
HelloCsz
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2016年11月26日
c++ RAII
摘要: 说明 禁止了拷贝和复制是防止在超出对象生命期的地方使用,禁止默认构造是防止随便释放资源。
阅读全文
posted @ 2016-11-26 20:42 HelloCsz
阅读(111)
评论(0)
推荐(0)
c++ thread
摘要: Either pthread_join(3) or pthread_detach() should be called for each thread,that an application creates, so that system resources for the thread can b
阅读全文
posted @ 2016-11-26 20:09 HelloCsz
阅读(146)
评论(0)
推荐(0)