資源簡介
C++實戰源碼-獲取字符在字符串中出現的位置(入門級實例176).zip
代碼片段和文件信息
//?GetStringPos.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“GetStringPos.h“
#include?“GetStringPosDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CGetStringPosApp
BEGIN_MESSAGE_MAP(CGetStringPosApp?CWinApp)
//{{AFX_MSG_MAP(CGetStringPosApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CGetStringPosApp?construction
CGetStringPosApp::CGetStringPosApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1287??2010-12-04?13:43??GetStringPos\GetStringPos.clw
?????文件????????2147??2007-05-10?12:46??GetStringPos\GetStringPos.cpp
?????文件????????4267??2007-05-10?12:46??GetStringPos\GetStringPos.dsp
?????文件?????????549??2007-05-10?12:46??GetStringPos\GetStringPos.dsw
?????文件????????1390??2007-05-10?12:46??GetStringPos\GetStringPos.h
?????文件????????5603??2010-12-04?13:39??GetStringPos\GetStringPos.rc
?????文件????????5370??2007-05-10?14:00??GetStringPos\GetStringPosDlg.cpp
?????文件????????1432??2007-05-10?12:52??GetStringPos\GetStringPosDlg.h
?????文件?????????828??2007-05-10?13:27??GetStringPos\resource.h
?????文件?????????214??2007-05-10?12:46??GetStringPos\StdAfx.cpp
?????文件????????1054??2007-05-10?12:46??GetStringPos\StdAfx.h
?????文件????????5694??2005-10-08?16:28??GetStringPos\res\GetStringPos.ico
?????文件?????????404??2007-05-10?12:46??GetStringPos\res\GetStringPos.rc2
評論
共有 條評論