代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/317514/7536828
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/317514/7536869
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__C23B8BB3_5051_11D5_B131_C6D7FE5A2900__INCLUDED_)
#define AFX_CLIENTSOCKET_H__C23B8BB3_5051_11D5_B131_C6D7FE5A2900__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en
www.eeworm.com/read/447888/7544535
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/447888/7544545
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/445965/7587115
cpp clientsocket.cpp
#include "config.h"
#include "response.h"
#include "ClientSocket.h"
using namespace StockMarket;
ClientSocket::ClientSocket(SocketHandler& h) :TcpSocket(h)
{}
ClientSocket::~ClientSocket()
{}
v
www.eeworm.com/read/445965/7587124
h clientsocket.h
#ifndef _CLIENTSOCKET_H
#define _CLIENTSOCKET_H
#include
#include
class ClientSocket : public TcpSocket
{
public:
ClientSocket(SocketHandler&);
~ClientS
www.eeworm.com/read/445121/7598855
cpp clientsocket.cpp
#include
#include
#include "clientsocket.h"
using namespace std;
ClientSocket::ClientSocket(QObject *parent)
: QTcpSocket(parent)
{
connect(this, SIGNAL(readyRead()),
www.eeworm.com/read/445121/7598859
h clientsocket.h
#ifndef CLIENTSOCKET_H
#define CLIENTSOCKET_H
#include
class QDate;
class QTime;
class ClientSocket : public QTcpSocket
{
Q_OBJECT
public:
ClientSocket(QObject *parent = 0);
www.eeworm.com/read/445022/7601229
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "MyChatSvr.h"
#include "ClientSocket.h"
#include "MyChatSvrDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_
www.eeworm.com/read/445022/7601238
h clientsocket.h
#if !defined(AFX_CLIENTSOCKET_H__52581CE3_D3A2_432B_B508_6724136466A6__INCLUDED_)
#define AFX_CLIENTSOCKET_H__52581CE3_D3A2_432B_B508_6724136466A6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en