📄 insert.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -