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

  • 大小: 1.45M
    文件類型: .zip
    金幣: 2
    下載: 2 次
    發布日期: 2021-01-29
  • 語言: C/C++
  • 標簽: 聊天??

資源簡介

C 基于socket編寫的聊天室 服務端和 客戶端

資源截圖

代碼片段和文件信息


//?Client.cpp?:?定義應用程序的類行為。
//

#include?“stdafx.h“
#include?“Client.h“
#include?“ClientDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif


//?CClientApp

BEGIN_MESSAGE_MAP(CClientApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()


//?CClientApp?構造

CClientApp::CClientApp()
{
//?支持重新啟動管理器
m_dwRestartManagerSupportFlags?=?AFX_RESTART_MANAGER_SUPPORT_RESTART;

//?TODO:?在此處添加構造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}


//?唯一的一個?CClientApp?對象

CClientApp?theApp;


//?CClientApp?初始化

BOOL?CClientApp::InitInstance()
{
//?如果一個運行在?Windows?XP?上的應用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無法創建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設置為包括所有要在應用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSE

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-01-02?04:55??ChatRoom-master\
?????文件?????????378??2015-01-02?04:55??ChatRoom-master\.gitattributes
?????文件?????????574??2015-01-02?04:55??ChatRoom-master\.gitignore
?????目錄???????????0??2015-01-02?04:55??ChatRoom-master\Client\
?????文件?????????957??2015-01-02?04:55??ChatRoom-master\Client\Client.sln
?????文件???????40448??2015-01-02?04:55??ChatRoom-master\Client\Client.v11.suo
?????目錄???????????0??2015-01-02?04:55??ChatRoom-master\Client\Client\
?????文件??????810088??2015-01-02?04:55??ChatRoom-master\Client\Client\Client.aps
?????文件????????2354??2015-01-02?04:55??ChatRoom-master\Client\Client\Client.cpp
?????文件?????????411??2015-01-02?04:55??ChatRoom-master\Client\Client\Client.h
?????文件???????14682??2015-01-02?04:55??ChatRoom-master\Client\Client\Client.rc
?????文件????????6118??2015-01-02?04:55??ChatRoom-master\Client\Client\Client.vcxproj
?????文件????????2249??2015-01-02?04:55??ChatRoom-master\Client\Client\Client.vcxproj.filters
?????文件?????????161??2015-01-02?04:55??ChatRoom-master\Client\Client\Client.vcxproj.user
?????文件???????12938??2015-01-02?04:55??ChatRoom-master\Client\Client\ClientDlg.cpp
?????文件????????1871??2015-01-02?04:55??ChatRoom-master\Client\Client\ClientDlg.h
?????文件?????????274??2015-01-02?04:55??ChatRoom-master\Client\Client\ClientSocket.cpp
?????文件?????????217??2015-01-02?04:55??ChatRoom-master\Client\Client\ClientSocket.h
?????目錄???????????0??2015-01-02?04:55??ChatRoom-master\Client\Client\res\
?????文件???????67777??2015-01-02?04:55??ChatRoom-master\Client\Client\res\Client.ico
?????文件?????????668??2015-01-02?04:55??ChatRoom-master\Client\Client\res\Client.rc2
?????文件??????699018??2015-01-02?04:55??ChatRoom-master\Client\Client\res\bk.bmp
?????文件????????3066??2015-01-02?04:55??ChatRoom-master\Client\Client\resource.h
?????文件?????????131??2015-01-02?04:55??ChatRoom-master\Client\Client\stdafx.cpp
?????文件????????1596??2015-01-02?04:55??ChatRoom-master\Client\Client\stdafx.h
?????文件?????????226??2015-01-02?04:55??ChatRoom-master\Client\Client\targetver.h
?????目錄???????????0??2015-01-02?04:55??ChatRoom-master\Server\
?????文件?????????865??2015-01-02?04:55??ChatRoom-master\Server\Server.sln
?????文件???????56832??2015-01-02?04:55??ChatRoom-master\Server\Server.v11.suo
?????目錄???????????0??2015-01-02?04:55??ChatRoom-master\Server\Server\
?????文件?????????260??2015-01-02?04:55??ChatRoom-master\Server\Server\ClientSocket.cpp
............此處省略20個文件信息

評論

共有 條評論