摘要: // MyClient.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "stdio.h"#include "Winsock2.h"#include "conio.h"#include "stdlib.h"#pragma comment(lib,"ws2_32.lib")void BeginSend(char *sendBuf){WORD wVersionRequested;WSADATA wsaData;int err;w 阅读全文
posted @ 2013-07-02 17:14 露水上的青蛙 阅读(9860) 评论(0) 推荐(0) 编辑