insert.h

来自「对学生成绩管理包括输入,删除,插入,查找等功能」· C头文件 代码 · 共 23 行

H
23
字号
// Insert.h: interface for the CInsert class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_INSERT_H__F24A687F_1E08_45E9_9E38_7E4F657E92FB__INCLUDED_)
#define AFX_INSERT_H__F24A687F_1E08_45E9_9E38_7E4F657E92FB__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "Student.h"

class CInsert : public CStudent  
{
public:
	CInsert();
	virtual ~CInsert();

};

#endif // !defined(AFX_INSERT_H__F24A687F_1E08_45E9_9E38_7E4F657E92FB__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?