ieofm.cpp

来自「一个用VC++开发的Pascal编译器. 包括词法分析 语法分析 语义分析 中」· C++ 代码 · 共 28 行

CPP
28
字号
// IEOFM.cpp: implementation of the IEOFM class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "mini_Pascal.h"
#include "IEOFM.h"

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

IEOFM::IEOFM()
{

}

IEOFM::~IEOFM()
{

}

⌨️ 快捷键说明

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