資源簡介
C++實戰源碼-繪制網格(入門級實例460).zip
代碼片段和文件信息
//?DrawNetLine.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DrawNetLine.h“
#include?“DrawNetLineDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDrawNetLineApp
BEGIN_MESSAGE_MAP(CDrawNetLineApp?CWinApp)
//{{AFX_MSG_MAP(CDrawNetLineApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDrawNetLineApp?construction
CDrawNetLineApp::CDrawNetLineApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1342??2010-10-27?18:17??DrawNetLine\DrawNetLine.clw
?????文件????????2133??2007-04-23?13:01??DrawNetLine\DrawNetLine.cpp
?????文件????????4249??2007-04-23?13:01??DrawNetLine\DrawNetLine.dsp
?????文件?????????547??2007-04-23?13:01??DrawNetLine\DrawNetLine.dsw
?????文件????????1379??2007-04-23?13:01??DrawNetLine\DrawNetLine.h
?????文件????????5541??2007-05-30?14:34??DrawNetLine\DrawNetLine.rc
?????文件????????5492??2007-05-30?14:32??DrawNetLine\DrawNetLineDlg.cpp
?????文件????????1523??2007-04-23?14:00??DrawNetLine\DrawNetLineDlg.h
?????文件?????????873??2007-04-23?13:54??DrawNetLine\resource.h
?????文件?????????213??2007-04-23?13:01??DrawNetLine\StdAfx.cpp
?????文件????????1054??2007-04-23?13:01??DrawNetLine\StdAfx.h
?????文件????????5694??2005-10-08?16:28??DrawNetLine\res\DrawNetLine.ico
?????文件?????????403??2007-04-23?13:01??DrawNetLine\res\DrawNetLine.rc2
- 上一篇:C++實戰源碼-編輯框右鍵菜單
- 下一篇:C++實戰源碼-屏幕放大器
評論
共有 條評論