grammarapptest.h
来自「compiler principle how to ananilyze」· C头文件 代码 · 共 23 行
H
23 行
// GrammarAppTest.h: interface for the GrammarAppTest class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GRAMMARAPPTEST_H__3D457BFA_E237_415A_8417_7B450B6A91D6__INCLUDED_)
#define AFX_GRAMMARAPPTEST_H__3D457BFA_E237_415A_8417_7B450B6A91D6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class GrammarAppTest
{
public:
GrammarAppTest();
void test_display();
void test_grammarType();
};
#endif // !defined(AFX_GRAMMARAPPTEST_H__3D457BFA_E237_415A_8417_7B450B6A91D6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?