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

资源简介

C++实战源码-如何对齐零乱的代码(入门级实例016).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ArrangeCode.h“
#include “ArrangeCodeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CArrangeCodeApp

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

/////////////////////////////////////////////////////////////////////////////
// CArrangeCodeApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1133  2010-10-26 09:40  ArrangeCode\ArrangeCode.clw
     文件        2133  2010-07-14 10:33  ArrangeCode\ArrangeCode.cpp
     文件        4249  2010-07-14 10:33  ArrangeCode\ArrangeCode.dsp
     文件         547  2010-07-14 10:33  ArrangeCode\ArrangeCode.dsw
     文件        1379  2010-07-14 10:33  ArrangeCode\ArrangeCode.h
     文件        5273  2010-07-14 10:55  ArrangeCode\ArrangeCode.rc
     文件        5054  2010-10-26 09:40  ArrangeCode\ArrangeCodeDlg.cpp
     文件        1522  2010-12-03 15:26  ArrangeCode\ArrangeCodeDlg.h
     文件         781  2010-07-14 10:34  ArrangeCode\resource.h
     文件         213  2010-07-14 10:33  ArrangeCode\StdAfx.cpp
     文件        1054  2010-07-14 10:33  ArrangeCode\StdAfx.h
     文件        1078  2010-07-14 10:33  ArrangeCode\res\ArrangeCode.ico
     文件         403  2010-07-14 10:33  ArrangeCode\res\ArrangeCode.rc2

评论

共有 条评论