資源簡介
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
評論
共有 條評論