代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/285378/4053083
cpp clientsocket.cpp
// ClientSocket.cpp : 实现文件
//
#include "stdafx.h"
#include "ChatRoomServer.h"
#include "ClientSocket.h"
#include "ChatRoomServerDlg.h"
// CClientSocket
CClientSocket::CClientSocket()
{
www.eeworm.com/read/285378/4053088
h clientsocket.h
#pragma once
// CClientSocket 命令目标
class CClientSocket : public CSocket
{
public:
void OnReceive(int nErrorCode);
CClientSocket();
virtual ~CClientSocket();
};
www.eeworm.com/read/282518/4100926
cpp clientsocket.cpp
#include
#include
#include
using namespace std;
#include "clientsocket.h"
ClientSocket::ClientSocket(QObject *parent, const char *name)
: QSocket(parent,
www.eeworm.com/read/282518/4100930
h clientsocket.h
#ifndef CLIENTSOCKET_H
#define CLIENTSOCKET_H
#include
class QDate;
class QTime;
class ClientSocket : public QSocket
{
Q_OBJECT
public:
ClientSocket(QObject *parent = 0, const c
www.eeworm.com/read/281624/4113901
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ClientSocket.h"
#include "FiveChess.h"
#include "MainFrm.h"
#include "FiveChessView.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/281624/4113911
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_)
#define AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/281624/4113958
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Example2_ChatRoom.h"
#include "ClientSocket.h"
#include "Example2_ChatRoomDlg.h"
#ifdef _DEBUG
#define new DEBUG
www.eeworm.com/read/281624/4113969
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_)
#define AFX_CLIENTSOCKET_H__AC98B01D_DD4E_4558_84AF_AE1543A74CD5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/278814/4141531
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ChatSvr.h"
#include "ClientSocket.h"
#include "ChatSvrDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/278814/4141536
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__758016DE_8715_11D6_8F32_00E04CE76240__INCLUDED_)
#define AFX_CLIENTSOCKET_H__758016DE_8715_11D6_8F32_00E04CE76240__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en