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

  • 大小: 9.79MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-08
  • 語言: C/C++
  • 標(biāo)簽: Visual??C++6.0??Socket??

資源簡介

視頻聊天軟件(Visual C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù)),基于Visual C++6.0 實(shí)現(xiàn)視頻

資源截圖

代碼片段和文件信息

//?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)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CClientApp?construction

CClientApp::CClientApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CClientApp?object

CClientApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CClientApp?initialization

BOOL?CClientApp::InitInstance()
{
AfxEnableControlContainer();

//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.

#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
//初始化套接字
WSADATA?wsd;
AfxSocketInit(&wsd);
AfxInitRichEdit();

CClientDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}

//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-06-26?22:57??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\
?????目錄???????????0??2014-06-26?22:57??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\
?????文件???????27164??2014-06-25?09:48??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.aps
?????文件????????1553??2014-06-25?09:49??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.clw
?????文件????????2139??2008-12-11?09:32??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.cpp
?????文件????????4355??2011-03-04?11:19??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.dsp
?????文件?????????537??2008-12-09?08:25??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.dsw
?????文件????????1324??2008-12-09?08:25??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.h
?????文件???????99328??2014-06-25?12:27??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.ncb
?????文件??????291328??2014-06-25?12:27??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.opt
?????文件?????????246??2014-06-25?12:16??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.plg
?????文件????????5928??2008-12-11?08:18??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Client.rc
?????文件???????17014??2011-03-04?16:22??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\ClientDlg.cpp
?????文件????????1965??2008-12-10?16:03??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\ClientDlg.h
?????文件????????1011??2008-12-09?08:59??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\ClientSock.cpp
?????文件????????1267??2008-12-09?08:58??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\ClientSock.h
?????目錄???????????0??2014-06-26?22:57??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\
?????文件?????3171328??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\Client.bsc
?????文件??????122972??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\Client.exe
?????文件??????242952??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\Client.ilk
?????文件???????16023??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\Client.obj
?????文件?????6899556??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\Client.pch
?????文件??????304128??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\Client.pdb
?????文件????????8560??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\Client.res
?????文件???????????0??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\Client.sbr
?????文件???????45998??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\ClientDlg.obj
?????文件???????????0??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\ClientDlg.sbr
?????文件????????7724??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\ClientSock.obj
?????文件???????????0??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\ClientSock.sbr
?????文件??????106578??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\StdAfx.obj
?????文件?????1377755??2012-02-22?10:20??視頻聊天軟件(Visual?C++6.0+Socket網(wǎng)絡(luò)技術(shù)+VFW技術(shù))\Client\Debug\StdAfx.sbr
............此處省略50個(gè)文件信息

評論

共有 條評論

相關(guān)資源