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

  • 大小: 1.94MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-21
  • 語言: C/C++
  • 標簽: 網絡游戲??實例??vc++??

資源簡介

小型網絡游戲實例(vc++)——網絡五子棋

資源截圖

代碼片段和文件信息

//?ClientDlg.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“FiveChess.h“
#include?“ClientDlg.h“
#include?“FiveChessView.h“
#include?“MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CClientDlg?dialog


CClientDlg::CClientDlg(CWnd*?pParent?/*=NULL*/)
:?CDialog(CClientDlg::IDD?pParent)
{
//{{AFX_DATA_INIT(CClientDlg)
m_iPort?=?5000;

//}}AFX_DATA_INIT
}


void?CClientDlg::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CClientDlg)
DDX_Control(pDX?IDC_IPADDRESS?m_address);
DDX_Text(pDX?IDC_SERVERPORT?m_iPort);
DDV_MinMaxInt(pDX?m_iPort?1024?100000);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CClientDlg?CDialog)
//{{AFX_MSG_MAP(CClientDlg)
ON_BN_CLICKED(IDC_BUTTON?OnButton)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CClientDlg?message?handlers

void?CClientDlg::OnButton()?
{
//?TODO:?Add?your?control?notification?handler?code?here
m_iPort=GetDlgItemInt(IDC_SERVERPORT);
CIPAddressCtrl?*ip=(CIPAddressCtrl?*)(GetDlgItem(IDC_IPADDRESS));
ip->GetAddress(m_bIP[0]m_bIP[1]m_bIP[2]m_bIP[3]);

this->EndDialog(2000);
}

BOOL?CClientDlg::OnInitDialog()?
{
CDialog::OnInitDialog();

//?TODO:?Add?extra?initialization?here
for(int?i=0;i<4;i++)
{
m_bIP[i]=((CFiveChessView?*)((CMainframe*)::AfxGetMainWnd())->GetActiveView())->m_bIP[i];
}
CIPAddressCtrl?*ip=(CIPAddressCtrl?*)(GetDlgItem(IDC_IPADDRESS));
ip->SetAddress(m_bIP[0]m_bIP[1]m_bIP[2]m_bIP[3]);

return?TRUE;??//?return?TRUE?unless?you?set?the?focus?to?a?control
??????????????//?EXCEPTION:?OCX?Property?Pages?should?return?FALSE
}

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

?????文件???????1870??2003-07-18?13:31??網絡五子棋\FiveChess\ClientDlg.cpp

?????文件???????1257??2003-07-18?13:28??網絡五子棋\FiveChess\ClientDlg.h

?????文件???????6222??2003-07-19?09:29??網絡五子棋\FiveChess\ClientSocket.cpp

?????文件???????1864??2003-07-18?12:35??網絡五子棋\FiveChess\ClientSocket.h

?????文件???????1227??2003-07-19?09:23??網絡五子棋\FiveChess\CMessg.cpp

?????文件????????583??2003-07-19?08:52??網絡五子棋\FiveChess\CMessg.h

?????文件??????14929??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\ClientDlg.obj

?????文件??????27788??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\ClientSocket.obj

?????文件??????12671??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\CMessg.obj

?????文件?????143468??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\FiveChess.exe

?????文件?????432944??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\FiveChess.ilk

?????文件??????23829??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\FiveChess.obj

?????文件????5502252??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\FiveChess.pch

?????文件?????418816??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\FiveChess.pdb

?????文件???????7692??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\FiveChess.res

?????文件??????15247??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\FiveChessDoc.obj

?????文件??????49265??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\FiveChessView.obj

?????文件??????20471??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\MainFrm.obj

?????文件???????7785??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\Match.obj

?????文件??????14246??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\ServerDlg.obj

?????文件???????8279??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\ServerSocket.obj

?????文件?????105976??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\StdAfx.obj

?????文件?????222208??2013-03-19?19:31??網絡五子棋\FiveChess\Debug\vc60.idb

?????文件?????372736??2013-03-19?19:29??網絡五子棋\FiveChess\Debug\vc60.pdb

?????文件??????30368??2004-10-07?00:04??網絡五子棋\FiveChess\FiveChess.aps

?????文件???????3055??2004-10-07?00:05??網絡五子棋\FiveChess\FiveChess.clw

?????文件???????4287??2003-07-18?14:01??網絡五子棋\FiveChess\FiveChess.cpp

?????文件???????5393??2003-07-18?15:07??網絡五子棋\FiveChess\FiveChess.dsp

?????文件????????543??2003-07-17?10:29??網絡五子棋\FiveChess\FiveChess.dsw

?????文件???????1389??2003-07-17?10:29??網絡五子棋\FiveChess\FiveChess.h

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

評論

共有 條評論