person.cpp
来自「学生管理类,很好的」· C++ 代码 · 共 21 行
CPP
21 行
// person.cpp: implementation of the person class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include"Person.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
person::person()
{
}
person::~person()
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?