摘要: 创建一个类test: class test { public: void func() { std::cout<<"test"; } }; main函数多线程调用test成员函数: int main( int argc, char **argv ) { test *t = new test; std 阅读全文
posted @ 2021-12-06 21:19 寒灵oay 阅读(819) 评论(0) 推荐(0) 编辑