代码搜索:lsocket
找到约 664 项符合「lsocket」的源代码
代码结果 664
www.eeworm.com/read/372127/9520004
h lsocket.h
// LSocket.h: interface for the CLSocket class.
//program by bigbencat
//mail to:liguangyu@china.com
//随便使用,随便修改,接口基本上和 MFC CSocket 相同,不需要MFC支持,
//适合 work thread
////////////////////////////////
www.eeworm.com/read/372127/9520019
cpp lsocket.cpp
// LSocket.cpp: implementation of the CLSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "LSocket.h"
#ifdef _DEBUG
#undef THIS_FILE
static cha
www.eeworm.com/read/453805/7412087
o lsocket.o
www.eeworm.com/read/453805/7412120
cpp lsocket.cpp
#include "CWSocket.h"
int CWSocket:: Socket(int af,int type,int protocol)
{
return socket(af,type,protocol);
}
int CWSocket:: Bind( int s, const struct sockaddr * name, int namelen)
www.eeworm.com/read/439033/7717869
h lsocket.h
#if !defined(AFX_LSOCKET_H__38528F41_2012_4811_81D8_C04AD6645A5D__INCLUDED_)
#define AFX_LSOCKET_H__38528F41_2012_4811_81D8_C04AD6645A5D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/439033/7717891
obj lsocket.obj
www.eeworm.com/read/439033/7717896
cpp lsocket.cpp
// LSocket.cpp : implementation file
//
#include "stdafx.h"
#include "Ts.h"
#include "LSocket.h"
#include "TsDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
www.eeworm.com/read/439033/7717906
obj lsocket.obj
www.eeworm.com/read/231276/4716367
h lsocket.h
// LSocket.h: interface for the CLSocket class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_LSOCKET_H__INCLUDED_)
#define AFX_LSOCKET_H__INCLUDED_
www.eeworm.com/read/231276/4716378
cpp lsocket.cpp
// LSocket.cpp: implementation of the CLSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ts.h"
#include "LSocket.h"
#includ