代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/271851/10978381
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ChatRoomServer.h"
#include "ClientSocket.h"
#include "ClientSocketList.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#unde
www.eeworm.com/read/271851/10978391
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__5B707F31_3AD5_4F47_B58E_ECFC99EB60F0__INCLUDED_)
#define AFX_CLIENTSOCKET_H__5B707F31_3AD5_4F47_B58E_ECFC99EB60F0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/271850/10978427
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ChatRoomClient.h"
#include "ClientSocket.h"
#include "ChatRoomClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
www.eeworm.com/read/271850/10978437
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__FCFEFF81_8EEA_4A70_AC87_3DDD2858A6BF__INCLUDED_)
#define AFX_CLIENTSOCKET_H__FCFEFF81_8EEA_4A70_AC87_3DDD2858A6BF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/270911/11023024
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "server.h"
#include "ClientSocket.h"
#include "ServerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/270911/11023035
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__975259D1_CA90_4B84_BD61_171BE7B1EB2B__INCLUDED_)
#define AFX_CLIENTSOCKET_H__975259D1_CA90_4B84_BD61_171BE7B1EB2B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/270911/11023056
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Client.h"
#include "ClientSocket.h"
#include "ClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
st
www.eeworm.com/read/270911/11023064
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__0D781878_7CF8_42F5_BF78_357F100372F5__INCLUDED_)
#define AFX_CLIENTSOCKET_H__0D781878_7CF8_42F5_BF78_357F100372F5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/270805/11025164
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/270805/11025170
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