代码搜索:ClientSocket

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

代码结果 1,840
www.eeworm.com/read/186679/8917082

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "CTelnet.h" #include "ClientSocket.h" #include "CTelnetView.h" #include "CTelnetDoc.h" #ifdef _DEBUG #define new
www.eeworm.com/read/186679/8917121

h clientsocket.h

#if !defined(AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_) #define AFX_CLIENTSOCKET_H__42C5C9C7_3102_11D2_9A30_00C04FB78B23__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #e
www.eeworm.com/read/426757/9000743

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/426757/9000753

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/283555/9007525

cpp clientsocket.cpp

// ClientSocket.cpp: implementation of the CClientSocket class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "songclient.h" #include "C
www.eeworm.com/read/283555/9007547

h clientsocket.h

// ClientSocket.h: interface for the CClientSocket class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_CLIENTSOCKET_H__7DECF1B1_A996_4BF8_96AF_331591
www.eeworm.com/read/380727/9132796

o clientsocket.o

www.eeworm.com/read/380727/9132800

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/380727/9132824

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/181742/9239348

cpp clientsocket.cpp

// ClientSocket.cpp : implementation file // #include "stdafx.h" #include "VCStyle.h" #include "MainFrm.h" #include "ClientSocket.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE