• 大小: 0.64M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 网络语音电话(提高篇-实例532).zip

资源截图

代码片段和文件信息

// ClientSocket.cpp : implementation file
//

#include “stdafx.h“
#include “kinescode.h“
#include “KinescodeDlg.h“
#include “ClientSocket.h“


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

CClientSocket::CClientSocket(CKinescodeDlg* pDlgSockType tpSock)
{
m_pDlg = pDlg;
m_SockType =tpSock;
}

CClientSocket::~CClientSocket()
{
m_pDlg = NULL;
}


// Do not edit the following lines which are needed by ClassWizard.
#if 0
BEGIN_MESSAGE_MAP(CClientSocket CSocket)
//{{AFX_MSG_MAP(CClientSocket)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
#endif // 0

/////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       24080  2013-11-23 09:53  客户端\Client.aps
     文件        4508  2007-05-07 14:16  客户端\Client.dsp
     文件         537  2007-05-07 14:17  客户端\Client.dsw
     文件      292352  2013-11-23 09:55  客户端\Client.opt
     文件        6185  2008-12-08 16:20  客户端\Client.rc
     文件         970  2008-12-08 16:22  客户端\ClientSocket.cpp
     文件        1380  2007-02-01 09:44  客户端\ClientSocket.h
     文件        2075  2007-02-01 09:38  客户端\Kinescode.cpp
     文件        1359  2007-02-01 09:39  客户端\Kinescode.h
     文件      257024  2007-05-07 14:14  客户端\Kinescode.opt
     文件        7627  2008-12-08 16:22  客户端\KinescodeDlg.cpp
     文件        2703  2008-12-08 16:22  客户端\KinescodeDlg.h
     文件         978  2006-10-13 08:53  客户端\Login.cpp
     文件        1194  2006-10-13 08:53  客户端\Login.h
     文件        3633  2006-10-12 12:41  客户端\ReadMe.txt
     文件        1004  2008-12-08 16:20  客户端\resource.h
     文件         211  2006-10-12 12:41  客户端\StdAfx.cpp
     文件        1056  2007-02-01 09:33  客户端\StdAfx.h
     文件        1078  2006-11-14 11:29  客户端\res\Kinescode.ico
     文件         401  2006-10-12 12:41  客户端\res\Kinescode.rc2
     文件        2238  2006-11-14 11:29  客户端\res\Program-5.ico
     文件         942  2008-12-08 16:17  服务器端\ClientSocket.cpp
     文件        1323  2007-02-02 13:32  服务器端\ClientSocket.h
     文件        3543  2006-10-12 14:41  服务器端\ReadMe.txt
     文件         821  2008-12-08 16:11  服务器端\resource.h
     文件       24160  2013-11-23 09:54  服务器端\Server.aps
     文件        4498  2009-01-13 11:40  服务器端\Server.dsp
     文件         734  2009-01-13 10:43  服务器端\Server.dsw
     文件       66560  2013-11-23 09:55  服务器端\Server.ncb
     文件      656896  2013-11-23 09:55  服务器端\Server.opt
     文件        2868  2013-11-23 09:54  服务器端\Server.plg
............此处省略14个文件信息

评论

共有 条评论