資源簡(jiǎn)介
C++環(huán)境。一個(gè)UDP通信類,用了很久才決定上傳,使用方便,性能穩(wěn)定。C++環(huán)境。一個(gè)UDP通信類,用了很久才決定上傳,使用方便,性能穩(wěn)定。C++環(huán)境。一個(gè)UDP通信類,用了很久才決定上傳,使用方便,性能穩(wěn)定。C++環(huán)境。一個(gè)UDP通信類,用了很久才決定上傳,使用方便,性能穩(wěn)定。
代碼片段和文件信息
//?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
//////////////////////////////////////////////////////////////////////
//發(fā)送和接收線程的聲明
DWORD?WINAPI?procsend(LPVOID?lp);
DWORD?WINAPI?procrec(LPVOID?lp);
//////////////////////////////////////////////////////////////////////////
//?全局工具函數(shù)
//////////////////////////////////////////////////////////////////////////
LPSTR?cstr_lpstr(CString?s)
{
LPSTR?l;
int?i=s.GetLength();
l=s.GetBuffe
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????16012??2014-03-04?16:33??Communication.cpp
?????文件???????4721??2014-03-04?16:33??Communication.h
-----------?---------??----------?-----??----
????????????????20733????????????????????2
評(píng)論
共有 條評(píng)論