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

资源简介

C++实战源码-简体字转换为繁体字(入门级实例405).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Complex.h“
#include “ComplexDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CComplexApp

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

/////////////////////////////////////////////////////////////////////////////
// CComplexApp construction

CComplexApp::CComplexApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CComplexApp object

CComplex

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1132  2010-10-27 15:50  Complex\Complex.clw
     文件        2099  2010-10-09 13:17  Complex\Complex.cpp
     文件        4303  2010-10-09 13:20  Complex\Complex.dsp
     文件         539  2010-10-09 13:08  Complex\Complex.dsw
     文件        1335  2010-10-09 13:08  Complex\Complex.h
     文件        5286  2010-10-09 13:18  Complex\Complex.rc
     文件        5302  2010-10-09 13:19  Complex\ComplexDlg.cpp
     文件        1344  2010-10-09 13:19  Complex\ComplexDlg.h
     文件      117262  2010-10-09 13:18  Complex\msword9.cpp
     文件       29792  2010-10-09 13:18  Complex\msword9.h
     文件         731  2010-10-09 13:18  Complex\resource.h
     文件         209  2010-10-09 13:08  Complex\StdAfx.cpp
     文件        1054  2010-10-09 13:08  Complex\StdAfx.h
     文件        1078  2010-10-09 13:08  Complex\res\Complex.ico
     文件         399  2010-10-09 13:08  Complex\res\Complex.rc2

评论

共有 条评论