S.cpp
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:0k
- // 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()
- {
- }