91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 35.27MB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2023-06-29
  • 語言: C/C++
  • 標簽: TCP??VS2005??

資源簡介

根據網上下載的源代碼,修正了里邊的部分BUG,最終在VS2005平臺下調試完畢,包含服務器和客戶端的源代碼及說明文檔。網上的相關資源太多,但大多都是沿用孫鑫在VC6.0下的代碼,在VS2005下根本無法使用,特分享在此。

資源截圖

代碼片段和文件信息

//?ClientSocket.cpp?:?實現文件
//

#include?“stdafx.h“
#include?“PhoneClient.h“
#include?“ClientSocket.h“
#include?“PhoneClientDlg.h“

//?CClientSocket

CClientSocket::CClientSocket()
{
}

CClientSocket::~CClientSocket()
{
}


//?CClientSocket?成員函數
void?CClientSocket::OnReceive(int?nErrorCode)
{
//?TODO:??在此添加專用代碼和/或調用基類
char*?pData?=?NULL;
pData?=?new?char[1024];
memset(pData?0?sizeof(char)*?1024);
UCHAR?leng?=?0;
CString?str;
leng?=?Receive(pData?1024?0);
str?=?pData;
//?在編輯框中顯示接收到的數據
((CPhoneClientDlg*)theApp.GetMainWnd())->SetDlgItemText(IDC_DataReceive?str);
delete?pData;
pData?=?NULL;
CSocket::OnReceive(nErrorCode);
}

BOOL?CClientSocket::SendMSG(LPSTR?lpBuff?int?nlen)

{

//生成協議頭

if?(Send(lpBuff?nlen)?==?SOCKET_ERROR)

{

AfxMessageBox(_T(“發送錯誤!“));

return?FALSE;

}

return??TRUE;

}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-09-26?20:03??VS2005TCP網絡編程--很好\
?????文件?????1027289??2014-09-26?18:54??VS2005TCP網絡編程--很好\MFC?socket編程.pdf
?????目錄???????????0??2014-09-26?21:36??VS2005TCP網絡編程--很好\客戶端\
?????目錄???????????0??2014-09-26?23:03??VS2005TCP網絡編程--很好\客戶端\PhoneClient\
?????目錄???????????0??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\debug\
?????文件?????2920448??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\debug\PhoneClient.exe
?????文件?????5780312??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\debug\PhoneClient.ilk
?????文件????10947584??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\debug\PhoneClient.pdb
?????目錄???????????0??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\
?????文件?????????898??2014-09-26?21:36??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient.sln
?????文件???????17920??2014-09-26?23:01??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient.suo
?????文件?????????928??2014-09-26?22:51??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\ClientSocket.cpp
?????文件?????????446??2014-09-26?22:45??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\ClientSocket.h
?????目錄???????????0??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\
?????文件???????12856??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\BuildLog.htm
?????文件???????46978??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\ClientSocket.obj
?????文件??????????65??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\mt.dep
?????文件?????????146??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\PhoneClient.exe.embed.manifest
?????文件?????????212??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\PhoneClient.exe.embed.manifest.res
?????文件?????????145??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\PhoneClient.exe.intermediate.manifest
?????文件???????26756??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\PhoneClient.obj
?????文件????13762560??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\PhoneClient.pch
?????文件???????36344??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\PhoneClient.res
?????文件???????80485??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\PhoneClientDlg.obj
?????文件??????341981??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\stdafx.obj
?????文件??????732160??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\vc80.idb
?????文件??????708608??2014-09-26?22:57??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\Debug\vc80.pdb
?????文件???????58256??2014-09-26?21:54??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\PhoneClient.aps
?????文件????????1808??2014-09-26?21:36??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\PhoneClient.cpp
?????文件?????????471??2014-09-26?21:36??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\PhoneClient.h
?????文件????????4593??2014-09-26?21:54??VS2005TCP網絡編程--很好\客戶端\PhoneClient\PhoneClient\PhoneClient.rc
............此處省略82個文件信息

評論

共有 條評論