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

资源简介

C++ Base64编码(提高篇-实例560).zip

资源截图

代码片段和文件信息

// base64Code.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “base64Code.h“
#include “base64CodeDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// Cbase64CodeApp

BEGIN_MESSAGE_MAP(Cbase64CodeApp CWinApp)
//{{AFX_MSG_MAP(Cbase64CodeApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// Cbase64CodeApp construction

Cbase64CodeApp::Cbase64CodeApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       27028  2013-11-27 13:47  base64Code.aps
     文件        1331  2013-11-27 13:50  base64Code.clw
     文件        2119  2007-08-21 15:49  base64Code.cpp
     文件        4291  2007-08-21 15:49  base64Code.dsp
     文件         545  2007-08-21 15:49  base64Code.dsw
     文件        1368  2007-08-21 15:49  base64Code.h
     文件      290304  2013-11-27 13:50  base64Code.opt
     文件        5600  2007-08-21 15:49  base64Code.rc
     文件        5598  2007-08-21 15:49  base64CodeDlg.cpp
     文件        1421  2007-08-21 15:49  base64CodeDlg.h
     文件        3651  2007-08-21 15:49  ReadMe.txt
     文件         779  2007-08-21 15:49  resource.h
     文件         212  2007-08-21 15:49  StdAfx.cpp
     文件        1054  2007-08-21 15:49  StdAfx.h
     文件        5694  2007-08-21 15:49  res\14.ico
     文件        1078  2007-08-21 15:49  res\base64Code.ico
     文件         402  2007-08-21 15:49  res\base64Code.rc2

评论

共有 条评论