• 大小: 0.25M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

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

评论

共有 条评论