資源簡介
參考《Visual C++網(wǎng)絡高級編程》(陳堅&陳偉)人民郵電出版社。2.2節(jié),自己寫了客戶端程序和服務器程序,winsock編程參考書中內(nèi)容。
我寫的這個服務器程序能將接收到的客戶機程序顯示出來,程序?qū)懙姆浅:唵危⑨屧敿殻阌趯W習參考。
代碼片段和文件信息
//?Client.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Client.h“
#include?“ClientDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CClientApp
BEGIN_MESSAGE_MAP(CClientApp?CWinApp)
//{{AFX_MSG_MAP(CClientApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CClientApp?construction
CClientApp::CClientApp()
{
//?TODO:?add?construction?code?here
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????35736??2011-03-09?10:58??Client\Client.aps
?????文件???????1232??2011-03-09?11:31??Client\Client.clw
?????文件???????2063??2011-03-09?10:01??Client\Client.cpp
?????文件???????4159??2011-03-09?10:01??Client\Client.dsp
?????文件????????535??2011-03-09?10:01??Client\Client.dsw
?????文件???????1324??2011-03-09?10:01??Client\Client.h
?????文件??????58368??2011-03-09?11:31??Client\Client.ncb
?????文件??????48640??2011-03-09?11:31??Client\Client.opt
?????文件???????1625??2011-03-09?11:22??Client\Client.plg
?????文件???????5426??2011-03-09?10:58??Client\Client.rc
?????文件???????6949??2011-03-09?10:53??Client\ClientDlg.cpp
?????文件???????1419??2011-03-09?10:17??Client\ClientDlg.h
?????文件?????106575??2011-03-09?10:58??Client\Debug\Client.exe
?????目錄??????????0??2011-03-09?11:22??Client\Debug
?????文件???????3579??2011-03-09?10:01??Client\ReadMe.txt
?????文件??????20480??2011-03-09?11:22??Client\Release\Client.exe
?????目錄??????????0??2011-03-09?11:30??Client\Release
?????文件???????1078??2011-03-09?10:58??Client\res\Client.ico
?????文件????????398??2011-03-09?10:01??Client\res\Client.rc2
?????目錄??????????0??2011-03-09?10:58??Client\res
?????文件????????822??2011-03-09?10:14??Client\resource.h
?????文件????????208??2011-03-09?10:01??Client\StdAfx.cpp
?????文件???????1054??2011-03-09?10:01??Client\StdAfx.h
?????目錄??????????0??2011-03-09?11:31??Client
?????文件?????106573??2011-03-09?10:54??Sever\Debug\Sever.exe
?????目錄??????????0??2011-03-09?11:30??Sever\Debug
?????文件???????3561??2011-03-09?09:14??Sever\ReadMe.txt
?????文件??????20480??2011-03-09?11:04??Sever\Release\Sever.exe
?????目錄??????????0??2011-03-09?11:31??Sever\Release
?????文件???????1078??2011-03-09?10:00??Sever\res\Sever.ico
............此處省略21個文件信息
評論
共有 條評論