plcompiler1.cpp
来自「类似vc的集成开发环境」· C++ 代码 · 共 28 行
CPP
28 行
// PlCompiler1.cpp: implementation of the CPlCompiler class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "PlCompiler1.h"
#include <stdio.h>
#include "pl0.h"
#include "cifa.h"
#include "errors.h"
#include "biaoge.h"
#include "daima.h"
#include "yufa.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CPlCompiler::CPlCompiler()
{
}
CPlCompiler::~CPlCompiler()
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?