資源簡介
C++實戰源碼-旋轉的文字(入門級實例499).zip
代碼片段和文件信息
//?RotationFont.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“RotationFont.h“
#include?“RotationFontDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CRotationFontApp
BEGIN_MESSAGE_MAP(CRotationFontApp?CWinApp)
//{{AFX_MSG_MAP(CRotationFontApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CRotationFontApp?construction
CRotationFontApp::CRotationFontApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????546??2007-05-08?08:48??RotationFont\Resource.h
?????文件????????1066??2010-10-27?19:10??RotationFont\RotationFont.clw
?????文件????????2147??2007-05-08?08:48??RotationFont\RotationFont.cpp
?????文件????????4267??2007-05-08?08:48??RotationFont\RotationFont.dsp
?????文件?????????549??2007-05-08?08:48??RotationFont\RotationFont.dsw
?????文件????????1390??2007-05-08?08:48??RotationFont\RotationFont.h
?????文件????????5206??2007-05-08?08:48??RotationFont\RotationFont.rc
?????文件????????4779??2007-05-08?08:48??RotationFont\RotationFontDlg.cpp
?????文件????????1431??2007-05-08?08:48??RotationFont\RotationFontDlg.h
?????文件?????????214??2007-05-08?08:48??RotationFont\StdAfx.cpp
?????文件????????1054??2007-05-08?08:48??RotationFont\StdAfx.h
?????文件????????5694??2005-10-08?16:28??RotationFont\res\RotationFont.ico
?????文件?????????404??2007-05-08?08:48??RotationFont\res\RotationFont.rc2
評論
共有 條評論