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

资源简介

C++实战源码-获得本机的IP地址(入门级实例349).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetIP.h“
#include “GetIPDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetIPApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetIPApp construction

CGetIPApp::CGetIPApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CGetIPApp object

CGetIPApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1151  2010-10-27 13:52  GetIP\GetIP.clw
     文件        2049  2007-05-08 08:51  GetIP\GetIP.cpp
     文件        4369  2010-10-07 08:55  GetIP\GetIP.dsp
     文件         533  2007-05-08 08:51  GetIP\GetIP.dsw
     文件        1313  2007-05-08 08:51  GetIP\GetIP.h
     文件        5681  2010-10-07 08:50  GetIP\GetIP.rc
     文件        4766  2010-10-07 08:50  GetIP\GetIPDlg.cpp
     文件        1333  2010-10-07 08:49  GetIP\GetIPDlg.h
     文件         956  2010-10-07 08:49  GetIP\resource.h
     文件         207  2007-05-08 08:51  GetIP\StdAfx.cpp
     文件        1054  2007-05-08 08:51  GetIP\StdAfx.h
     文件      122638  2010-10-07 08:42  GetIP\res\061.bmp
     文件        4842  2010-10-07 08:49  GetIP\res\Exit.bmp
     文件        1078  2007-05-08 08:51  GetIP\res\GetIP.ico
     文件         397  2007-05-08 08:51  GetIP\res\GetIP.rc2
     文件        4842  2010-10-07 08:49  GetIP\res\OK.bmp
     文件        9728  2010-10-07 09:45  GetIP\res\Thumbs.db

评论

共有 条评论