代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/104438/15693181
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__8005ED96_69EA_4C04_BC9D_D9B73DD0426A__INCLUDED_)
#define AFX_CLIENTSOCKET_H__8005ED96_69EA_4C04_BC9D_D9B73DD0426A__INCLUDED_
#include "LineBuffer.h" // Added by Cl
www.eeworm.com/read/103190/15742320
cpp clientsocket.cpp
// ClientSocket.cpp: implementation of the CClientSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ChatClient.h"
#include "C
www.eeworm.com/read/103190/15742331
h clientsocket.h
// ClientSocket.h: interface for the CClientSocket class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ClientSocket_H__A172A9D8_0219_49EE_A8BA_CFE235
www.eeworm.com/read/103190/15742361
cpp clientsocket.cpp
// CLientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ChatServer.h"
#include "CLientSocket.h"
#include "ChatServerDoc.h"
#include "Msg.h"
#ifdef _DEBUG
#define new DEB
www.eeworm.com/read/103190/15742372
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__B16B7DE7_38E0_489C_A68C_5DD070DDAD78__INCLUDED_)
#define AFX_CLIENTSOCKET_H__B16B7DE7_38E0_489C_A68C_5DD070DDAD78__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/102646/15763807
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "CTelnet.h"
#include "ClientSocket.h"
#include "CTelnetView.h"
#include "CTelnetDoc.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/102646/15763823
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_)
#define AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#e
www.eeworm.com/read/102646/15763843
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "CTelnet.h"
#include "ClientSocket.h"
#include "CTelnetView.h"
#include "CTelnetDoc.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/102646/15763855
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_)
#define AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#e
www.eeworm.com/read/102579/15770241
cpp clientsocket.cpp
#include "stdafx.h"
CWHQueue PacketQ;
CClientSocket::CClientSocket()
{
m_sockClient = INVALID_SOCKET;
m_pxDefProc = NULL;
m_nSync = 1;
}
CClientSocket::~CClientSocket()
{
m_so