
Boost
ChenYuanshen
这个作者很懒,什么都没留下…
展开
-
通过boost::bind实现c++多线程
一.头文件#include "Runable.h"#include class Production : public Runable{public: Production(); ~Production(void);public: int Prepare(); int Start(); int Stop(); private: void Run(); bo原创 2015-08-13 14:36:10 · 4160 阅读 · 0 评论 -
搭建vs2010 boost开发环境
一、编译boost库第一步:下载boost库,下载地址http://sourceforge.net/projects/boost/files/boost/1.55.0/第二部:解压boost库,例如解压到F:\Third-party libs\boost\boost_1_55_0第三部:开始->程序->MicrosoftVisual Studio 2010->Visual原创 2015-08-13 14:21:11 · 663 阅读 · 0 评论