Person.cpp
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- // Person.cpp: implementation of the Person class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "test.h"
- #include "Person.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- Person::Person()
- {
- }
- Person::~Person()
- {
- }