資源簡介
C++實戰源碼-如何繪制漸變顏色(入門級實例462).zip
代碼片段和文件信息
//?DrawColor.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DrawColor.h“
#include?“DrawColorDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDrawColorApp
BEGIN_MESSAGE_MAP(CDrawColorApp?CWinApp)
//{{AFX_MSG_MAP(CDrawColorApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDrawColorApp?construction
CDrawColorApp::CDrawColorApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDrawColorAp
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1021??2010-10-27?18:18??DrawColor\DrawColor.clw
?????文件????????2105??2007-04-15?13:33??DrawColor\DrawColor.cpp
?????文件????????4281??2007-04-15?14:21??DrawColor\DrawColor.dsp
?????文件?????????543??2007-04-15?13:33??DrawColor\DrawColor.dsw
?????文件????????1357??2007-04-15?13:33??DrawColor\DrawColor.h
?????文件????????5198??2007-04-15?14:21??DrawColor\DrawColor.rc
?????文件????????4997??2007-05-16?11:43??DrawColor\DrawColorDlg.cpp
?????文件????????1455??2007-04-15?13:53??DrawColor\DrawColorDlg.h
?????文件?????????686??2007-04-15?13:35??DrawColor\resource.h
?????文件?????????211??2007-04-15?13:33??DrawColor\StdAfx.cpp
?????文件????????1054??2007-04-15?13:33??DrawColor\StdAfx.h
?????文件????????5694??2007-04-15?13:34??DrawColor\res\108.ico
?????文件????????1078??2007-04-15?13:33??DrawColor\res\DrawColor.ico
?????文件?????????401??2007-04-15?13:33??DrawColor\res\DrawColor.rc2
- 上一篇:C++實戰源碼-模擬自然景物
- 下一篇:C++實戰源碼-數字驗證
評論
共有 條評論