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

资源简介

C++ 通过计算机名称获取IP地址(提高篇-实例519).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 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1226  2007-05-08 08:51  GetIP\GetIP.clw
     文件        2049  2007-05-08 08:51  GetIP\GetIP.cpp
     文件        4177  2007-05-08 08:51  GetIP\GetIP.dsp
     文件         533  2007-05-08 08:51  GetIP\GetIP.dsw
     文件        1313  2007-05-08 08:51  GetIP\GetIP.h
     文件       48640  2013-11-21 15:30  GetIP\GetIP.opt
     文件        5472  2007-05-08 08:51  GetIP\GetIP.rc
     文件        4729  2007-05-08 08:51  GetIP\GetIPDlg.cpp
     文件        1369  2007-05-08 08:51  GetIP\GetIPDlg.h
     文件        3561  2007-05-08 08:51  GetIP\ReadMe.txt
     文件         821  2007-05-08 08:51  GetIP\Resource.h
     文件         207  2007-05-08 08:51  GetIP\StdAfx.cpp
     文件        1054  2007-05-08 08:51  GetIP\StdAfx.h
     文件        1078  2007-05-08 08:51  GetIP\res\GetIP.ico
     文件         397  2007-05-08 08:51  GetIP\res\GetIP.rc2

评论

共有 条评论