資源簡介
VisualC典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼.rar
代碼片段和文件信息
//?Client.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Client.h“
#include?“ClientDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CClientApp
BEGIN_MESSAGE_MAP(CClientApp?CWinApp)
//{{AFX_MSG_MAP(CClientApp)
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CClientApp?construction
CClientApp::CClientApp()
{
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CClientApp?object
CClientApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CClientApp?initialization
BOOL?CClientApp::InitInstance()
{
if?(!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return?FALSE;
}
AfxEnableControlContainer();
//?Standard?initialization
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CClientDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
}
else?if?(nResponse?==?IDCANCEL)
{
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????????0??2018-11-17?16:12??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼.txt
?????文件?????424976??2011-05-01?10:33??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.aps
?????文件???????1437??2011-05-01?14:15??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.clw
?????文件???????1555??2005-04-27?14:32??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.cpp
?????文件???????8080??2010-08-05?22:07??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.dsp
?????文件????????535??2005-04-27?14:32??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.dsw
?????文件???????1182??2005-04-27?14:32??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.h
?????文件??????91136??2011-05-01?14:15??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.ncb
?????文件??????54784??2011-05-01?14:15??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.opt
?????文件????????477??2011-05-01?13:59??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.plg
?????文件???????7728??2010-08-01?23:06??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Client.rc
?????文件???????7571??2010-08-05?21:19??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\ClientDlg.cpp
?????文件???????1895??2010-08-05?21:19??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\ClientDlg.h
?????文件???????3602??2010-08-01?15:02??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\LogDlg.cpp
?????文件???????1492??2010-07-25?22:55??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\LogDlg.h
?????文件???????3262??2010-07-23?09:40??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\MAINfr
?????文件???????1337??2010-08-02?23:40??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\MySocket.cpp
?????文件???????1385??2010-08-02?23:40??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\MySocket.h
?????文件????3908608??2009-05-31?22:12??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\Client.bsc
?????文件????1122304??2009-05-31?22:12??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\Client.exe
?????文件???????9267??2009-05-31?19:48??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\Client.obj
?????文件?????905700??2009-05-31?22:12??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\Client.res
?????文件??????????0??2009-05-31?19:48??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\Client.sbr
?????文件??????25382??2009-05-31?21:38??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\ClientDlg.obj
?????文件??????????0??2009-05-31?21:38??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\ClientDlg.sbr
?????文件??????23063??2009-05-31?22:12??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\LogDlg.obj
?????文件??????????0??2009-05-31?22:12??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\LogDlg.sbr
?????文件???????5069??2009-05-31?19:48??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\MySocket.obj
?????文件??????????0??2009-05-31?19:48??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\MySocket.sbr
?????文件????????762??2009-05-31?19:48??Visual?C++典型模塊與項(xiàng)目實(shí)戰(zhàn)大全源碼\本書源程序2\第10章\局域網(wǎng)聊天室\Client\Release\StdAfx.obj
............此處省略510個文件信息
評論
共有 條評論