-
大小: 0.01M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 標(biāo)簽:
資源簡介
C++ 獲得撥號網(wǎng)絡(luò)的列表(提高篇-實(shí)例544).zip
代碼片段和文件信息
//?NetworkList.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“NetworkList.h“
#include?“NetworkListDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CNetworkListApp
BEGIN_MESSAGE_MAP(CNetworkListApp?CWinApp)
//{{AFX_MSG_MAP(CNetworkListApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CNetworkListApp?construction
CNetworkListApp::CNetworkListApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????1129??2007-05-08?08:52??NetworkList\NetworkList.clw
?????文件????????2133??2007-05-08?08:52??NetworkList\NetworkList.cpp
?????文件????????4287??2007-05-08?08:52??NetworkList\NetworkList.dsp
?????文件?????????545??2007-05-08?08:52??NetworkList\NetworkList.dsw
?????文件????????1379??2007-05-08?08:52??NetworkList\NetworkList.h
?????文件???????48640??2013-11-26?11:54??NetworkList\NetworkList.opt
?????文件????????5344??2007-05-08?08:52??NetworkList\NetworkList.rc
?????文件????????4316??2007-05-08?08:52??NetworkList\NetworkListDlg.cpp
?????文件????????1361??2007-05-08?08:52??NetworkList\NetworkListDlg.h
?????文件????????3669??2007-05-08?08:52??NetworkList\ReadMe.txt
?????文件?????????689??2007-05-08?08:52??NetworkList\resource.h
?????文件?????????213??2007-05-08?08:52??NetworkList\StdAfx.cpp
?????文件????????1054??2007-05-08?08:52??NetworkList\StdAfx.h
?????文件????????1078??2007-05-08?08:52??NetworkList\res\NetworkList.ico
?????文件?????????403??2007-05-08?08:52??NetworkList\res\NetworkList.rc2
評論
共有 條評論