c++ 多线程——c++复习(十)
摘要:
c++11使用的多线程非常简单:thread直接就可以创建一个线程。std::thread a;join() #include #include #include using namespace std; int main(in... 阅读全文
posted @ 2016-05-12 19:27 hello_vzjw 阅读(119) 评论(0) 推荐(0)
posted @ 2016-05-12 19:27 hello_vzjw 阅读(119) 评论(0) 推荐(0)