資源簡介
C++ 多報交錯數據加密(提高篇-實例596).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
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CClientApp?object
CClientApp?theApp;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????????59??2007-12-04?15:15??程序使用說明.txt
?????文件???????21168??2013-12-31?11:18??Client\Client.aps
?????文件????????1260??2013-12-31?11:18??Client\Client.clw
?????文件????????2110??2007-12-04?15:15??Client\Client.cpp
?????文件????????4199??2013-12-31?11:10??Client\Client.dsp
?????文件?????????535??2007-12-04?15:15??Client\Client.dsw
?????文件????????1324??2007-12-04?15:15??Client\Client.h
?????文件??????562688??2013-12-31?11:19??Client\Client.opt
?????文件????????5537??2007-12-04?15:15??Client\Client.rc
?????文件????????8097??2007-12-04?15:15??Client\ClientDlg.cpp
?????文件????????1646??2007-12-04?15:15??Client\ClientDlg.h
?????文件????????3579??2007-12-04?15:15??Client\ReadMe.txt
?????文件?????????822??2007-12-04?15:15??Client\resource.h
?????文件?????????208??2007-12-04?15:15??Client\StdAfx.cpp
?????文件????????1054??2007-12-04?15:15??Client\StdAfx.h
?????文件????????1078??2007-12-04?15:15??Client\res\Client.ico
?????文件?????????398??2007-12-04?15:15??Client\res\Client.rc2
?????文件????????3579??2007-12-04?15:15??Server\ReadMe.txt
?????文件?????????914??2007-12-04?15:15??Server\resource.h
?????文件???????21324??2013-12-31?11:18??Server\Server.aps
?????文件????????1340??2013-12-31?11:18??Server\Server.clw
?????文件????????2110??2007-12-04?15:15??Server\Server.cpp
?????文件????????4199??2013-12-31?11:11??Server\Server.dsp
?????文件?????????535??2007-12-04?15:15??Server\Server.dsw
?????文件????????1324??2007-12-04?15:15??Server\Server.h
?????文件??????560640??2013-12-31?11:18??Server\Server.opt
?????文件????????5658??2007-12-04?15:15??Server\Server.rc
?????文件????????7563??2013-12-31?10:38??Server\ServerDlg.cpp
?????文件????????1607??2007-12-04?15:15??Server\ServerDlg.h
?????文件?????????208??2007-12-04?15:15??Server\StdAfx.cpp
?????文件????????1054??2007-12-04?15:15??Server\StdAfx.h
............此處省略2個文件信息
- 上一篇:C++ 發送電子郵件附件
- 下一篇:C++ 對視圖進行加密
評論
共有 條評論