• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

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

评论

共有 条评论