資源簡介
C++ 文本文件的加密與解密(提高篇-實例575).zip
代碼片段和文件信息
//?fileencrypt.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“fileencrypt.h“
#include?“fileencryptDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CFileencryptApp
BEGIN_MESSAGE_MAP(CFileencryptApp?CWinApp)
//{{AFX_MSG_MAP(CFileencryptApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CFileencryptApp?construction
CFileencryptApp::CFileencryptApp()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????21144??2013-11-29?10:30??fileencrypt.aps
?????文件????????1376??2013-11-29?10:51??fileencrypt.clw
?????文件????????2133??2007-05-08?08:52??fileencrypt.cpp
?????文件????????4249??2007-05-08?08:52??fileencrypt.dsp
?????文件?????????545??2007-05-08?08:52??fileencrypt.dsw
?????文件????????1379??2007-05-08?08:52??fileencrypt.h
?????文件??????562688??2013-11-29?10:51??fileencrypt.opt
?????文件????????5591??2007-05-08?08:52??fileencrypt.rc
?????文件????????5558??2007-05-08?08:52??fileencryptDlg.cpp
?????文件????????1518??2007-05-08?08:52??fileencryptDlg.h
?????文件????????3669??2007-05-08?08:52??ReadMe.txt
?????文件?????????827??2007-05-08?08:52??Resource.h
?????文件?????????213??2007-05-08?08:52??StdAfx.cpp
?????文件????????1054??2007-05-08?08:52??StdAfx.h
?????文件????????1078??2007-05-08?08:52??res\fileencrypt.ico
?????文件?????????403??2007-05-08?08:52??res\fileencrypt.rc2
?????文件????????6144??2009-03-05?12:54??res\Thumbs.db
- 上一篇:C++ 網上調查
- 下一篇:C++ 網絡語音電話
評論
共有 條評論