資源簡介
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
- 上一篇:C++ 使用加密狗進行軟件加密
- 下一篇:C++ 網絡監聽工具
評論
共有 條評論