資源簡介
C++實戰源碼-帶歷史信息的菜單(入門級實例352).zip
代碼片段和文件信息
//?HistoryMenu.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“HistoryMenu.h“
#include?“HistoryMenuDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CHistoryMenuApp
BEGIN_MESSAGE_MAP(CHistoryMenuApp?CWinApp)
//{{AFX_MSG_MAP(CHistoryMenuApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CHistoryMenuApp?construction
CHistoryMenuApp::CHistoryMenuApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1172??2010-10-27?13:56??HistoryMenu\HistoryMenu.clw
?????文件????????2133??2007-03-26?11:49??HistoryMenu\HistoryMenu.cpp
?????文件????????4317??2010-09-04?15:40??HistoryMenu\HistoryMenu.dsp
?????文件?????????545??2007-03-26?11:49??HistoryMenu\HistoryMenu.dsw
?????文件????????1379??2007-03-26?11:49??HistoryMenu\HistoryMenu.h
?????文件????????5621??2010-09-04?15:38??HistoryMenu\HistoryMenu.rc
?????文件????????5039??2010-09-04?15:35??HistoryMenu\HistoryMenuDlg.cpp
?????文件????????1510??2010-09-04?15:35??HistoryMenu\HistoryMenuDlg.h
?????文件?????????825??2010-09-04?15:38??HistoryMenu\resource.h
?????文件?????????213??2007-03-26?11:49??HistoryMenu\StdAfx.cpp
?????文件????????1054??2007-03-26?11:49??HistoryMenu\StdAfx.h
?????文件??????264056??2010-09-04?15:38??HistoryMenu\res\BackGround.bmp
?????文件????????5694??2005-10-08?16:28??HistoryMenu\res\HistoryMenu.ico
?????文件?????????403??2007-03-26?11:49??HistoryMenu\res\HistoryMenu.rc2
- 上一篇:C++實戰源碼-七彩編輯框效果
- 下一篇:C++實戰源碼-繪制蝸牛線
評論
共有 條評論