myclass.h
来自「精通Matlab与C_C++混合程序设计.rar 是精通Matlab与C_C+」· C头文件 代码 · 共 21 行
H
21 行
// MyClass.h: interface for the CMyClass class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYCLASS_H__E9A73F0E_4E7E_4C57_A445_924531DB2D85__INCLUDED_)
#define AFX_MYCLASS_H__E9A73F0E_4E7E_4C57_A445_924531DB2D85__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMyClass
{
public:
CMyClass();
virtual ~CMyClass();
};
#endif // !defined(AFX_MYCLASS_H__E9A73F0E_4E7E_4C57_A445_924531DB2D85__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?