
boost
a1317338022
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
智能指针使用注意事项
1. 声明#include class UsersBitmap {...}typedef boost::shared_ptr UsersBitmapPtr;2. 使用UsersBitmapPtr login_users_;UsersBitmapPtr temp_login_users(new UsersBitmap()); //指向对象转载 2016-12-03 18:16:32 · 493 阅读 · 0 评论 -
Boost 常用的编译命令
bjam toolset=msvc --with-system stage release threading=multi link=shared link=static runtime-link=shared runtime-link=staticb2 --buildtype=complete link=static runtime-link=static install这是完全编译命令原创 2017-02-23 13:48:18 · 882 阅读 · 0 评论