資源簡介
C++實戰源碼-屏幕放大器(入門級實例504).zip
代碼片段和文件信息
//?ScreenZoom.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ScreenZoom.h“
#include?“ScreenZoomDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CScreenZoomApp
BEGIN_MESSAGE_MAP(CScreenZoomApp?CWinApp)
//{{AFX_MSG_MAP(CScreenZoomApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CScreenZoomApp?construction
CScreenZoomApp::CScreenZoomApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CSc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????542??2010-07-13?11:38??ScreenZoom\Resource.h
?????文件????????1063??2010-12-04?14:22??ScreenZoom\ScreenZoom.clw
?????文件????????2119??2010-07-13?11:38??ScreenZoom\ScreenZoom.cpp
?????文件????????4231??2010-07-13?11:38??ScreenZoom\ScreenZoom.dsp
?????文件?????????545??2010-07-13?11:38??ScreenZoom\ScreenZoom.dsw
?????文件????????1368??2010-07-13?11:38??ScreenZoom\ScreenZoom.h
?????文件????????5142??2010-12-04?14:14??ScreenZoom\ScreenZoom.rc
?????文件????????5196??2010-07-20?19:53??ScreenZoom\ScreenZoomDlg.cpp
?????文件????????1556??2010-07-13?15:37??ScreenZoom\ScreenZoomDlg.h
?????文件?????????212??2010-07-13?11:38??ScreenZoom\StdAfx.cpp
?????文件????????1054??2010-07-13?11:38??ScreenZoom\StdAfx.h
?????文件????????5694??2005-10-08?16:28??ScreenZoom\res\ScreenZoom.ico
?????文件?????????402??2010-07-13?11:38??ScreenZoom\res\ScreenZoom.rc2
- 上一篇:C++實戰源碼-繪制網格
- 下一篇:C++實戰源碼-Wave文件播放1
評論
共有 條評論