資源簡介
C++ 遠程控制局域網計算機(提高篇-實例524).zip
代碼片段和文件信息
//?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
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????150??2007-05-08?08:52??程序使用說明.txt
?????文件????????1317??2007-05-08?08:52??Client\Client.clw
?????文件????????2110??2007-05-08?08:52??Client\Client.cpp
?????文件????????4198??2007-05-08?08:52??Client\Client.dsp
?????文件?????????535??2007-05-08?08:52??Client\Client.dsw
?????文件????????1324??2007-05-08?08:52??Client\Client.h
?????文件???????48640??2013-11-21?16:23??Client\Client.opt
?????文件????????5565??2007-05-08?08:52??Client\Client.rc
?????文件????????6064??2007-05-08?08:52??Client\ClientDlg.cpp
?????文件????????1507??2007-05-08?08:52??Client\ClientDlg.h
?????文件????????3579??2007-05-08?08:52??Client\ReadMe.txt
?????文件?????????914??2007-05-08?08:52??Client\Resource.h
?????文件?????????208??2007-05-08?08:52??Client\StdAfx.cpp
?????文件????????1054??2007-05-08?08:52??Client\StdAfx.h
?????文件????????1078??2007-05-08?08:52??Client\res\Client.ico
?????文件?????????398??2007-05-08?08:52??Client\res\Client.rc2
?????文件????????3579??2007-05-08?08:52??Server\ReadMe.txt
?????文件?????????534??2007-05-08?08:52??Server\Resource.h
?????文件?????????999??2007-05-08?08:52??Server\Server.clw
?????文件????????2113??2007-05-08?08:52??Server\Server.cpp
?????文件????????4198??2007-05-08?08:52??Server\Server.dsp
?????文件?????????535??2007-05-08?08:52??Server\Server.dsw
?????文件????????1324??2007-05-08?08:52??Server\Server.h
?????文件????????5063??2007-05-08?08:52??Server\Server.rc
?????文件????????6526??2007-05-08?08:52??Server\ServerDlg.cpp
?????文件????????1486??2007-05-08?08:52??Server\ServerDlg.h
?????文件?????????208??2007-05-08?08:52??Server\StdAfx.cpp
?????文件????????1054??2007-05-08?08:52??Server\StdAfx.h
?????文件????????1078??2007-05-08?08:52??Server\res\Server.ico
?????文件?????????398??2007-05-08?08:52??Server\res\Server.rc2
- 上一篇:C++ 郵件接收程序
- 下一篇:C++ 限定計算機使用時間
評論
共有 條評論