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

  • 大小: 57.3MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2022-11-07
  • 語言: C/C++
  • 標簽: c++??聊天程序??

資源簡介

使用c++語言實現基于visual studio的聊天程序之客戶端,配套服務器使用

資源截圖

代碼片段和文件信息

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

#include?“stdafx.h“
#include?“ChatClient.h“
#include?“ChatClientDlg.h“

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


//?CChatClientApp

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


//?CChatClientApp?構造

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


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

CChatClientApp?theApp;


//?CChatClientApp?初始化

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

CWinApp::InitInstance();

AfxEnableControlContainer();

//?標準初始化
//?如果未使用這些功能并希望減小
//?最終可執行文件的大小,則應移除下列
//?不需要的特定初始化例程
//?更改用于存儲設置的注冊表項
//?TODO:?應適當修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應用程序向導生成的本地應用程序“));

CChatClientDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?在此處放置處理何時用“確定”來關閉
//??對話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?在此放置處理何時用“取消”來關閉
//??對話框的代碼
}

//?由于對話框已關閉,所以將返回?FALSE?以便退出應用程序,
//??而不是啟動應用程序的消息泵。
return?FALSE;
}

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

?????文件??????45160??2015-06-16?20:40??ChatClient\ChatClient\ChatClient.aps

?????文件???????1720??2014-08-12?19:27??ChatClient\ChatClient\ChatClient.cpp

?????文件????????465??2014-06-13?11:32??ChatClient\ChatClient\ChatClient.h

?????文件???????5921??2015-06-14?23:18??ChatClient\ChatClient\ChatClient.rc

?????文件???????5629??2014-08-12?11:11??ChatClient\ChatClient\ChatClient.vcproj

?????文件???????1423??2014-11-04?19:38??ChatClient\ChatClient\ChatClient.vcproj.lrf-THINKx200.lrf.user

?????文件???????8038??2015-06-14?11:39??ChatClient\ChatClient\ChatClient.vcxproj

?????文件???????2087??2015-06-13?21:02??ChatClient\ChatClient\ChatClient.vcxproj.filters

?????文件????????143??2015-06-13?21:02??ChatClient\ChatClient\ChatClient.vcxproj.user

?????文件??????11497??2015-06-16?20:41??ChatClient\ChatClient\ChatClientDlg.cpp

?????文件???????1578??2015-06-14?23:18??ChatClient\ChatClient\ChatClientDlg.h

?????文件???????6092??2014-11-04?19:37??ChatClient\ChatClient\Debug\BuildLog.htm

?????文件?????????86??2015-06-16?21:25??ChatClient\ChatClient\Debug\ChatClient.lastbuildstate

?????文件????????509??2015-06-16?21:25??ChatClient\ChatClient\Debug\ChatClient.log

?????文件??????29174??2015-06-16?20:41??ChatClient\ChatClient\Debug\ChatClient.obj

?????文件???20316160??2015-06-16?20:41??ChatClient\ChatClient\Debug\ChatClient.pch

?????文件??????23836??2015-06-16?20:41??ChatClient\ChatClient\Debug\ChatClient.res

?????文件??????95511??2015-06-16?20:41??ChatClient\ChatClient\Debug\ChatClientDlg.obj

?????文件???????5530??2015-06-16?20:41??ChatClient\ChatClient\Debug\cl.command.1.tlog

?????文件??????29458??2015-06-16?21:25??ChatClient\ChatClient\Debug\CL.read.1.tlog

?????文件???????1858??2015-06-16?21:25??ChatClient\ChatClient\Debug\CL.write.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link-cvtres.read.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link-cvtres.write.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link-mt.read.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link-mt.write.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link-rc.read.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link-rc.write.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link.3256-cvtres.read.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link.3256-cvtres.write.1.tlog

?????文件??????????2??2015-06-16?20:41??ChatClient\ChatClient\Debug\link.3256-mt.read.1.tlog

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

評論

共有 條評論