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

资源简介

C++实战源码-向组合框中插入数据(入门级实例311).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Query.h“
#include “QueryDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CQueryApp

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

/////////////////////////////////////////////////////////////////////////////
// CQueryApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CQueryApp object

CQueryApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1109  2010-10-27 11:49  Query\Query.clw
     文件        2049  2010-06-30 18:56  Query\Query.cpp
     文件        4202  2010-10-06 13:07  Query\Query.dsp
     文件         535  2010-06-30 18:56  Query\Query.dsw
     文件        1313  2010-06-30 18:56  Query\Query.h
     文件        6029  2010-10-06 13:06  Query\Query.rc
     文件        4228  2010-06-30 20:38  Query\QueryDlg.cpp
     文件        1301  2010-06-30 20:13  Query\QueryDlg.h
     文件         774  2010-10-06 13:06  Query\resource.h
     文件         207  2010-06-30 18:56  Query\StdAfx.cpp
     文件        1054  2010-06-30 18:56  Query\StdAfx.h
     文件      429418  2010-10-06 13:06  Query\res\023.bmp
     文件        1078  2010-06-30 18:56  Query\res\Query.ico
     文件         397  2010-06-30 18:56  Query\res\Query.rc2

评论

共有 条评论