代码搜索:netsocket
找到约 180 项符合「netsocket」的源代码
代码结果 180
www.eeworm.com/read/128403/14300574
dsw netsocket.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/225977/14507949
h netsocket.h
#if !defined _NETSOCKET_H_INCLUDE_
#define _NETSOCKET_H_INCLUDE_
#include "platform.h"
#ifdef WIN32
/*
for windows
*/
#include
#define GETERROR WSAGetLastError()
#define
www.eeworm.com/read/225977/14507957
cpp netsocket.cpp
#include "NetSocket.h"
#ifdef WIN32
#pragma comment(lib, "Ws2_32.lib")
#endif
int NetSocket::m_nCount = 0;
NetSocket::NetSocket()
:m_bNonBlocking(false)
{
Reset();
}
www.eeworm.com/read/225975/14507969
h netsocket.h
#if !defined _NETSOCKET_H_INCLUDE_
#define _NETSOCKET_H_INCLUDE_
#include "platform.h"
#ifdef WIN32
/*
for windows
*/
#include
#define GETERROR WSAGetLastError()
#define
www.eeworm.com/read/225975/14507976
cpp netsocket.cpp
#include "NetSocket.h"
#ifdef WIN32
#pragma comment(lib, "Ws2_32.lib")
#endif
int NetSocket::m_nCount = 0;
NetSocket::NetSocket()
:m_bNonBlocking(false)
{
Reset();
}
www.eeworm.com/read/225973/14508001
h netsocket.h
#if !defined _NETSOCKET_H_INCLUDE_
#define _NETSOCKET_H_INCLUDE_
#include "platform.h"
#ifdef WIN32
/*
for windows
*/
#include
#define GETERROR WSAGetLastError()
#define
www.eeworm.com/read/225973/14508016
cpp netsocket.cpp
#include "NetSocket.h"
#ifdef WIN32
#pragma comment(lib, "Ws2_32.lib")
#endif
int NetSocket::m_nCount = 0;
NetSocket::NetSocket()
:m_bNonBlocking(false)
{
Reset();
}
www.eeworm.com/read/114951/15033282
mif netsocket.mif
www.eeworm.com/read/114951/15033286
dsp netsocket.dsp
# Microsoft Developer Studio Project File - Name="netsocket" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/114951/15033294
bid netsocket.bid
#ifndef NETSOCKET_BID
#define NETSOCKET_BID
#define AEECLSID_NETSOCKET 0x10100101
#endif //NETSOCKET_BID