學習筆記 c++ (boost庫,信號和槽函數)

#include"iostream" #include"boost/signals.hpp" #include"unistd.h" using namespace std; void my_slot(){   cout<<"my_slot()"<<endl; } void my_slot2(int i){   cout<<"my_slot2():i="<<i<<endl; } void my_sl
相關文章
相關標籤/搜索