08 2021 档案
摘要:#include <boost/signal.hpp> #include <boost/bind.hpp> #include <iostream> #include <memory> class world : public boost::signals::trackable { public: v
阅读全文
摘要:#include <iostream> #include "mythread.h"using namespace std; void mythread::run(){ while (i < 100) { unique_lock<mutex> lock(mtx); cout << "i=:" << i
阅读全文
摘要:linux下boost库的安装及库的介绍 (一)boost"准标准库"安装过程 系统是ubuntu虚拟机,安装的是boost_1_60_0。 (1)首先去下载最新的boost代码包,网址www.boost.org。 (2)进入到自己的目录,解压: bzip2 -d boost_1_60_0.tar.
阅读全文

浙公网安备 33010602011771号