ttt.h

来自「在进行C++培训时」· C头文件 代码 · 共 21 行

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

#if !defined(AFX_TTT_H__6FAE9730_C347_4C96_86CC_0EB693FF93E1__INCLUDED_)
#define AFX_TTT_H__6FAE9730_C347_4C96_86CC_0EB693FF93E1__INCLUDED_

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

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

};

#endif // !defined(AFX_TTT_H__6FAE9730_C347_4C96_86CC_0EB693FF93E1__INCLUDED_)

⌨️ 快捷键说明

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