代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/351073/10682680
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/276522/10733003
cpp clientsocket.cpp
// ClientSocket.cpp : implementation file
//
#include "stdafx.h"
#include "ClientSocket.h"
#include "ComToWeb.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/276522/10733012
h clientsocket.h
#ifndef AFX_CLIENTSOCKET_H
#define AFX_CLIENTSOCKET_H
// ClientSocket.h : header file
//
#include
/*
* 说 明:客户端Socket类,负责与中心服务器的连接
* 编 写:杨帆
* 编写时间:2005-08-21
*/
www.eeworm.com/read/420667/10782557
o clientsocket.o
www.eeworm.com/read/420667/10782560
cpp clientsocket.cpp
// Implementation of the ClientSocket class
#include "ClientSocket.h"
#include "SocketException.h"
ClientSocket::ClientSocket ( std::string host, int port )
{
if ( ! Socket::create() )
{
www.eeworm.com/read/420667/10782578
h clientsocket.h
// Definition of the ClientSocket class
#ifndef ClientSocket_class
#define ClientSocket_class
#include "Socket.h"
class ClientSocket : private Socket
{
public:
ClientSocket ( std::string host,
www.eeworm.com/read/273361/10919132
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/273361/10919151
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/272570/10953162
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/272570/10953181
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