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

资源简介

C++ 获取网卡地址(提高篇-实例520).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetMAC.h“
#include “GetMACDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetMACApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetMACApp construction

CGetMACApp::CGetMACApp()
{
// TODO: add construction code here

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35720  2013-11-21 15:38  GetMAC\GetMAC.aps
     文件        1130  2013-11-21 15:38  GetMAC\GetMAC.clw
     文件        2063  2007-05-08 08:51  GetMAC\GetMAC.cpp
     文件        4197  2007-05-08 08:51  GetMAC\GetMAC.dsp
     文件         535  2007-05-08 08:51  GetMAC\GetMAC.dsw
     文件        1324  2007-05-08 08:51  GetMAC\GetMAC.h
     文件       48640  2013-11-21 15:38  GetMAC\GetMAC.opt
     文件        5321  2013-11-21 15:38  GetMAC\GetMAC.rc
     文件        5139  2007-05-08 08:51  GetMAC\GetMACDlg.cpp
     文件        1359  2007-05-08 08:51  GetMAC\GetMACDlg.h
     文件        3579  2007-05-08 08:51  GetMAC\ReadMe.txt
     文件         776  2007-05-08 08:51  GetMAC\Resource.h
     文件         208  2007-05-08 08:51  GetMAC\StdAfx.cpp
     文件        1054  2007-05-08 08:51  GetMAC\StdAfx.h
     文件        1078  2007-05-08 08:51  GetMAC\res\GetMAC.ico
     文件         398  2007-05-08 08:51  GetMAC\res\GetMAC.rc2

评论

共有 条评论