資源簡介
C++實戰源碼-在VC中如何進行遠程調試(入門級實例021).zip
代碼片段和文件信息
//?DebugProgram.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DebugProgram.h“
#include?“DebugProgramDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDebugProgramApp
BEGIN_MESSAGE_MAP(CDebugProgramApp?CWinApp)
//{{AFX_MSG_MAP(CDebugProgramApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDebugProgramApp?construction
CDebugProgramApp::CDebugProgramApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?Th
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1148??2010-10-26?10:15??DebugProgram\DebugProgram.clw
?????文件????????2147??2010-07-14?13:58??DebugProgram\DebugProgram.cpp
?????文件????????4267??2010-07-14?13:58??DebugProgram\DebugProgram.dsp
?????文件?????????549??2010-07-14?13:58??DebugProgram\DebugProgram.dsw
?????文件????????1390??2010-07-14?13:58??DebugProgram\DebugProgram.h
?????文件????????5353??2010-07-14?14:00??DebugProgram\DebugProgram.rc
?????文件????????4548??2010-07-14?14:00??DebugProgram\DebugProgramDlg.cpp
?????文件????????1455??2010-07-14?13:59??DebugProgram\DebugProgramDlg.h
?????文件?????????736??2010-07-14?14:00??DebugProgram\resource.h
?????文件?????????214??2010-07-14?13:58??DebugProgram\StdAfx.cpp
?????文件????????1054??2010-07-14?13:58??DebugProgram\StdAfx.h
?????文件????????1078??2010-07-14?13:58??DebugProgram\res\DebugProgram.ico
?????文件?????????404??2010-07-14?13:58??DebugProgram\res\DebugProgram.rc2
評論
共有 條評論