1. 声明#include <boost/shared_ptr.hpp> class UsersBitmap { ... } typedef boost::shared_ptr<UsersBitmap> UsersBitmapPtr; 2. 使用 UsersBitmapPtr login_users
分类:
其他 时间:
2016-03-20 00:12:34
收藏:
0 评论:
0 赞:
0 阅读:
374
As we’ve seen, a pointer is an object that can point to a different object. As a result,we can talk independently about whether a pointer is const and
分类:
其他 时间:
2016-03-20 00:12:23
收藏:
0 评论:
0 赞:
0 阅读:
314
题目链接: A. Bear and Three Balls Limak is a little polar bear. He has n balls, the i-th ball has size ti. Limak wants to give one ball to each of his thr
分类:
其他 时间:
2016-03-20 00:12:13
收藏:
0 评论:
0 赞:
0 阅读:
382