• 大小: 5KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: C/C++
  • 标签: c++  C++  UDP  回调  

资源简介

C++环境。一个UDP通信类,用了很久才决定上传,使用方便,性能稳定。C++环境。一个UDP通信类,用了很久才决定上传,使用方便,性能稳定。C++环境。一个UDP通信类,用了很久才决定上传,使用方便,性能稳定。C++环境。一个UDP通信类,用了很久才决定上传,使用方便,性能稳定。

资源截图

代码片段和文件信息

// Communication.cpp: implementation of the Communication class.
//
//////////////////////////////////////////////////////////////////////

#include “stdafx.h“
#include “Communication.h“

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
//发送和接收线程的声明
DWORD WINAPI procsend(LPVOID lp);
DWORD WINAPI procrec(LPVOID lp);


//////////////////////////////////////////////////////////////////////////
// 全局工具函数
//////////////////////////////////////////////////////////////////////////

LPSTR cstr_lpstr(CString s)
{
LPSTR l;
int i=s.GetLength();
l=s.GetBuffe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      16012  2014-03-04 16:33  Communication.cpp

     文件       4721  2014-03-04 16:33  Communication.h

----------- ---------  ---------- -----  ----

                20733                    2


评论

共有 条评论