c/c++ 网络编程与多线程 编译参数c/c++ 学习互助QQ群:877684253本人微信:xiaoshitou5854
网络编程与多线程 编译参数编译时要链接操作系统的pthread库g++ -g socket01.cpp -std=c++11 -pthread不加-pthread的话,出现下面的错误:terminate called after throwing an instance of 'std::system_error' what(): Enable multithread...