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

资源简介

C++ 检测系统中安装的协议(提高篇-实例546).zip

资源截图

代码片段和文件信息

// Protocol.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Protocol.h“
#include “ProtocolDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CProtocolApp

BEGIN_MESSAGE_MAP(CProtocolApp CWinApp)
//{{AFX_MSG_MAP(CProtocolApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CProtocolApp construction

CProtocolApp::CProtocolApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20848  2013-11-26 13:17  Protocol\Protocol.aps
     文件        1118  2013-11-26 13:21  Protocol\Protocol.clw
     文件        2091  2007-05-08 08:52  Protocol\Protocol.cpp
     文件        4234  2007-05-08 08:52  Protocol\Protocol.dsp
     文件         539  2007-05-08 08:52  Protocol\Protocol.dsw
     文件        1346  2007-05-08 08:52  Protocol\Protocol.h
     文件       48640  2013-11-26 13:21  Protocol\Protocol.opt
     文件        5403  2007-05-08 08:52  Protocol\Protocol.rc
     文件        5505  2013-11-26 13:20  Protocol\ProtocolDlg.cpp
     文件        1362  2007-05-08 08:52  Protocol\ProtocolDlg.h
     文件        3615  2007-05-08 08:52  Protocol\ReadMe.txt
     文件         732  2007-05-08 08:52  Protocol\resource.h
     文件         210  2007-05-08 08:52  Protocol\StdAfx.cpp
     文件        1054  2007-05-08 08:52  Protocol\StdAfx.h
     文件        1078  2007-05-08 08:52  Protocol\res\Protocol.ico
     文件         400  2007-05-08 08:52  Protocol\res\Protocol.rc2

评论

共有 条评论