91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

Visual C++網(wǎng)絡(luò)通信編程實用案例精選 Visual C++網(wǎng)絡(luò)通信編程實用案例精選 Visual C++網(wǎng)絡(luò)通信編程實用案例精選

資源截圖

代碼片段和文件信息

//?AddDialog.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“MultiCastChat.h“
#include?“AddDialog.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CAddDialog?dialog


CAddDialog::CAddDialog(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAddDialog::IDD?pParent)
{
//{{AFX_DATA_INIT(CAddDialog)
m_strAddr?=?_T(“234.5.5.5“);
m_nPort?=?3505;
//}}AFX_DATA_INIT
}


void?CAddDialog::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAddDialog)
DDX_Text(pDX?IDC_ADDRESS?m_strAddr);
DDX_Text(pDX?IDC_PORT?m_nPort);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAddDialog?CDialog)
//{{AFX_MSG_MAP(CAddDialog)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CAddDialog?message?handlers

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1030??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\AddDialog.cpp

?????文件???????1231??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\AddDialog.h

?????文件???????1209??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\CntrItem.cpp

?????文件???????1645??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\CntrItem.h

?????文件???????2751??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MainFrm.cpp

?????文件???????1608??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MainFrm.h

?????文件???????4754??2002-09-22?01:18??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCast.cpp

?????文件???????1011??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCast.h

?????文件??????33688??2002-09-22?01:05??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.aps

?????文件???????4081??2002-09-22?01:08??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.clw

?????文件???????4504??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.cpp

?????文件???????5115??2002-09-22?01:18??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.dsp

?????文件????????551??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.dsw

?????文件??????40960??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.exe

?????文件???????1433??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.h

?????文件??????99328??2002-09-22?01:19??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.ncb

?????文件??????52736??2002-09-22?01:19??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.opt

?????文件????????262??2002-09-22?01:19??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.plg

?????文件??????15987??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChat.rc

?????文件???????3823??2002-09-22?01:14??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChatDoc.cpp

?????文件???????1608??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChatDoc.h

?????文件???????4025??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChatView.cpp

?????文件???????2106??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\MultiCastChatView.h

?????文件????????159??2004-03-10?10:21??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\ReadMe.txt

?????文件???????1078??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\res\MultiCastChat.ico

?????文件????????405??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\res\MultiCastChat.rc2

?????文件???????1078??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\res\MultiCastChatDoc.ico

?????文件???????1078??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\res\Toolbar.bmp

?????文件???????1147??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\resource.h

?????文件????????215??2001-07-17?17:17??Visual?C++網(wǎng)絡(luò)通信編程實用案例精選\Appendix\BroadCast\StdAfx.cpp

............此處省略1427個文件信息

評論

共有 條評論