C++11 多线程并发1

#include 
#include 
#include 

using namespace std;

void thread_task()
{
    cout<<" hello thread" <
#make file  

#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -Wall -std=c++11 -ggdb -std=c++11")

 

你可能感兴趣的:(c++11,多线程)