IP属地:浙江
转自:https://www.cnblogs.com/lanhaicode/p/10546514.html 预处理命令 在接触#if、#unde...
生成方法(代码示例): .C文件: __declspec(dllexport) int mymax(int a,int b){ return a...
************************************************************************...
socket通信(服务器端) #include #include<winsock2.h> #include #pragma comment(li...
要求:十个线程打印各自的进程号 #include #include #include <Windows.h> using namespace s...
要求:A线程和B线程同时工作,A、B线程打印一串字符串休息5秒后再次打印该字符串,在A线程打印的过程中,B线程不能打断A线程的打印信息 #inc...