noticevariable.cpp
来自「学校社团管理系统Visual C」· C++ 代码 · 共 37 行
CPP
37 行
/**
* <p> Title: 存储活动用到的变量的类实现 </p>
* <p> Description:对活动所需要的属性进行设置值和提取值 </p>
* <p> Copyright: Copyright (c) 2005-12-17 </p>
* <p> Company: bjut </p>
* @author gaok
* @version 1.0
* @Created on 2005-12-17
*/
#include "stdafx.h"
#include "STMis.h"
#include "NoticeVariable.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
/*
* 构造函数
*/
NoticeVariable::NoticeVariable()
{
}
/*
* 析构函数
*/
NoticeVariable::~NoticeVariable()
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?