天行健,君子以自强不息
发布时间:2015-09-19 10:45:48
// vc_tcpclientDlg.cpp : implementation file
//
#include "stdafx.h"
#include "vc_tcpclient.h"
#include "vc_tcpclientDlg.h"
#pragma comment(lib,"ws2_32.lib")
//#include "winsock2 .h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//0,非阻塞,1,阻塞
#define ZS 1
///printf控制台输出使能
#define LZ_PRINTF_ENABLE 0
///TCP DEBUG 为1,目标IP为局域网IP
#define LZ_LOCAL_TCP_DEBUG 0
////......【阅读全文】
发布时间:2015-09-01 19:12:31
<pre style="font-family:宋体;font-size:12pt;background-color:#FFFFFF;"><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code63')">此处</span>)折叠或打开</p></div><div id="code63" class="codeText"><ol style="margin:0 1px 0 .........【阅读全文】