test.h

来自「用MFC写的图书信息管理系统」· C头文件 代码 · 共 21 行

H
21
字号
// test.h: interface for the test class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_TEST_H__8B24EA6E_A5F6_4C3B_B7EF_1820C99AFE24__INCLUDED_)
#define AFX_TEST_H__8B24EA6E_A5F6_4C3B_B7EF_1820C99AFE24__INCLUDED_

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

class test  
{
public:
	test();
	virtual ~test();

};

#endif // !defined(AFX_TEST_H__8B24EA6E_A5F6_4C3B_B7EF_1820C99AFE24__INCLUDED_)

⌨️ 快捷键说明

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