Ta上传的资源 (0)

#pragma comment(lib,"ws2_32.lib") main() { SOCKET s; sockaddr_in addrto; WSADATA wsdata; BOOL bsocket; char *smsg="this is a test"