Visual C++網路通信編程實用案例精選 Chap1
源代码在线查看: s.cpp
// 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()
{
}