相关代码 |
|
// 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() { }
相关资源 |
|