体会winsock编程的基本过程

源代码在线查看: s.cpp

软件大小: 44 K
上传用户: pipinooad
关键词: winsock 编程 过程
下载地址: 免注册下载 普通下载 VIP

相关代码

				// S.cpp: implementation of the S class.
				//
				//////////////////////////////////////////////////////////////////////
				
				#include "stdafx.h"
				#include "Example1.h"
				#include "S.h"
				
				#ifdef _DEBUG
				#undef THIS_FILE
				static char THIS_FILE[]=__FILE__;
				#define new DEBUG_NEW
				#endif
				
				//////////////////////////////////////////////////////////////////////
				// Construction/Destruction
				//////////////////////////////////////////////////////////////////////
				
				S::S()
				{
				
				}
				
				S::~S()
				{
				
				}
							

相关资源