会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
阿汤的博客
CnBlogs
Home
New Post
Contact
Admin
Subscription
2016年8月26日
C++ 自动指针 共享指针
#include #include #include class Item { public: Item(std::string str):name(str){} ~Item(){std::coutdump(); delete pi; std::auto_ptr ap1(Item::CreateItem("auto ptr")); ap1.get(...
Read More
posted @ 2016-08-26 21:15 你好阿汤哥
Views(1447)
Comments(0)
Diggs(0)
Edit
公告