代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/113169/15468478
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Client.h"
#include "ClientSocket.h"
//加入的代码
#include "MainFrm.h"
//加入的代码完毕
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/113169/15468490
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__EBF83616_B5A9_11D4_9716_00E04CDD4565__INCLUDED_)
#define AFX_CLIENTSOCKET_H__EBF83616_B5A9_11D4_9716_00E04CDD4565__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/113169/15468510
cpp clientsocket.cpp
//AcceptSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ServerMFC.h"
#include "AcceptSocket.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FI
www.eeworm.com/read/113169/15468776
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ChatClient.h"
#include "ClientSocket.h"
#include "ChatClientDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/113169/15468788
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__BB19FBA4_D2DB_11D4_AF14_00E04CDD4565__INCLUDED_)
#define AFX_CLIENTSOCKET_H__BB19FBA4_D2DB_11D4_AF14_00E04CDD4565__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/113169/15468813
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ChatServer.h"
#include "ClientSocket.h"
#include "ChatServer.h"//添加的代码
#include "Msg.h"//添加的代码
#include "ChatServe
www.eeworm.com/read/113169/15468822
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__4E777F16_D2FD_11D4_AF14_00E04CDD4565__INCLUDED_)
#define AFX_CLIENTSOCKET_H__4E777F16_D2FD_11D4_AF14_00E04CDD4565__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/111540/15510724
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Client.h"
#include "ClientSocket.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/111540/15510729
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__034F0A33_CC1C_4D98_BFB3_C8F825052043__INCLUDED_)
#define AFX_CLIENTSOCKET_H__034F0A33_CC1C_4D98_BFB3_C8F825052043__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/110823/15524372
cpp clientsocket.cpp
#include "stdafx.h"
CWHQueue PacketQ;
CClientSocket::CClientSocket()
{
m_sockClient = INVALID_SOCKET;
m_pxDefProc = NULL;
m_nSync = 1;
}
CClientSocket::~CClientSocket()
{
m_so