資源簡介
C++實戰源碼-獲取字符串中的漢字(入門級實例148).zip
代碼片段和文件信息
//?GetChars.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“GetChars.h“
#include?“GetCharsDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CGetCharsApp
BEGIN_MESSAGE_MAP(CGetCharsApp?CWinApp)
//{{AFX_MSG_MAP(CGetCharsApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CGetCharsApp?construction
CGetCharsApp::CGetCharsApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CGetCharsApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1114??2010-10-26?15:59??GetChars\GetChars.clw
?????文件????????2091??2007-05-08?14:13??GetChars\GetChars.cpp
?????文件????????4195??2007-05-08?14:13??GetChars\GetChars.dsp
?????文件?????????541??2007-05-08?14:13??GetChars\GetChars.dsw
?????文件????????1346??2007-05-08?14:13??GetChars\GetChars.h
?????文件????????5382??2007-05-08?14:43??GetChars\GetChars.rc
?????文件????????4506??2007-05-08?15:41??GetChars\GetCharsDlg.cpp
?????文件????????1388??2007-05-08?14:16??GetChars\GetCharsDlg.h
?????文件?????????778??2007-05-08?14:43??GetChars\resource.h
?????文件?????????210??2007-05-08?14:13??GetChars\StdAfx.cpp
?????文件????????1054??2007-05-08?14:13??GetChars\StdAfx.h
?????文件????????5694??2005-10-08?16:28??GetChars\res\GetChars.ico
?????文件?????????400??2007-05-08?14:13??GetChars\res\GetChars.rc2
- 上一篇:C++實戰源碼-設計彩票抽獎機游戲
- 下一篇:C++實戰源碼-靜音
評論
共有 條評論