摘要: 一、c++11多线程的创建 #include <iostream> #include<thread> //包括头文件 #include<unistd.h> using namespace std; void sayHello() { while(1) { sleep(1); cout<<endl<< 阅读全文
posted @ 2019-11-18 20:24 景景景色分明 阅读(554) 评论(0) 推荐(0)