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

资源简介

C++实战源码-实现报表数据的排序(入门级实例332).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “HeaderSort.h“
#include “HeaderSortDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CHeaderSortApp

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

/////////////////////////////////////////////////////////////////////////////
// CHeaderSortApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CHe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1428  2010-10-27 13:26  HeaderSort\HeaderSort.clw
     文件        2119  2009-03-05 12:53  HeaderSort\HeaderSort.cpp
     文件        4503  2009-03-05 14:51  HeaderSort\HeaderSort.dsp
     文件         543  2009-03-05 12:53  HeaderSort\HeaderSort.dsw
     文件        1368  2009-03-05 12:53  HeaderSort\HeaderSort.h
     文件        5283  2009-03-05 15:43  HeaderSort\HeaderSort.rc
     文件        4605  2009-03-05 15:27  HeaderSort\HeaderSortDlg.cpp
     文件        1384  2009-03-05 15:14  HeaderSort\HeaderSortDlg.h
     文件        3663  2009-03-05 15:55  HeaderSort\ListHeader.cpp
     文件        1327  2009-03-05 13:01  HeaderSort\ListHeader.h
     文件        4270  2009-03-05 16:32  HeaderSort\ListHeaderCtrl.cpp
     文件        1666  2009-03-05 15:27  HeaderSort\ListHeaderCtrl.h
     文件         688  2009-03-05 13:26  HeaderSort\resource.h
     文件         212  2009-03-05 12:53  HeaderSort\StdAfx.cpp
     文件        1054  2009-03-05 12:53  HeaderSort\StdAfx.h
     文件        5694  2005-10-08 16:28  HeaderSort\res\HeaderSort.ico
     文件         402  2009-03-05 12:53  HeaderSort\res\HeaderSort.rc2
     文件        7168  2010-06-22 10:34  HeaderSort\res\Thumbs.db

评论

共有 条评论