摘要:服务器端:// UdpSrv.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include //必须加载套接字的头文件,还必须在工程的链接处添加 Ws2_32.lib#include int main(int argc, char* argv[]){ //加载套接字库 WORD wVersionRequested; WSADATA wsaData; int err; wVersionRequested =MAKEWORD(1,1); ...
阅读全文
10 2013 档案
摘要:#include "stdafx.h"#includeusing namespace std;#include #include #include int a=1;int b=1;unsigned int __stdcall thread_fun1(void *param){ return 0;}DWORD WINAPI fun2(LPVOID lpParamter){ a=a--; return NULL;}int main(int argc, char* argv[]){ HANDLE hThread = (HANDLE)_beginthre...
阅读全文

浙公网安备 33010602011771号