代码搜索:ClientSocket

找到约 1,840 项符合「ClientSocket」的源代码

代码结果 1,840
www.eeworm.com/read/444405/7612975

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/444405/7612986

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/443704/7625911

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/443704/7625922

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/441767/7665600

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/441767/7665604

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/441129/7675667

cpp clientsocket.cpp

#include "ClientSocket.h" #include using namespace std; ClientSocket::ClientSocket(void) { InitSocket(); } ClientSocket::~ClientSocket(void) { closesocket(m_ClientSocket);
www.eeworm.com/read/441129/7675674

h clientsocket.h

#pragma once #include "BaseSocket.h" class ClientSocket : BaseSocket { public: ClientSocket(void); ~ClientSocket(void); int Connect(void); int Connect(const char* username, const char* p
www.eeworm.com/read/198064/7952424

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/198064/7952462

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__A0833AB8_AA77_452F_AC25_9FA1273ADB4A__INCLUDED_) #define AFX_CLIENTSOCKET_H__A0833AB8_AA77_452F_AC25_9FA1273ADB4A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en