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

资源简介

C++实战源码-问卷调查的程序实现(入门级实例306).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CountCheck.h“
#include “CountCheckDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCountCheckApp

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

/////////////////////////////////////////////////////////////////////////////
// CCountCheckApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1651  2010-10-27 11:40  CountCheck\CountCheck.clw
     文件        2119  2008-04-17 08:28  CountCheck\CountCheck.cpp
     文件        4231  2008-04-17 08:28  CountCheck\CountCheck.dsp
     文件         543  2008-04-17 08:28  CountCheck\CountCheck.dsw
     文件        1368  2008-04-17 08:28  CountCheck\CountCheck.h
     文件        6435  2010-10-19 14:41  CountCheck\CountCheck.rc
     文件        4913  2008-04-17 09:27  CountCheck\CountCheckDlg.cpp
     文件        1400  2008-04-17 09:00  CountCheck\CountCheckDlg.h
     文件        1148  2008-04-17 08:50  CountCheck\resource.h
     文件         212  2008-04-17 08:28  CountCheck\StdAfx.cpp
     文件        1054  2008-04-17 08:28  CountCheck\StdAfx.h
     文件        1078  2008-04-17 08:28  CountCheck\res\CountCheck.ico
     文件         402  2008-04-17 08:28  CountCheck\res\CountCheck.rc2
     文件        6144  2008-05-28 16:58  CountCheck\res\Thumbs.db

评论

共有 条评论