sematics.cpp
来自「北京航空航天大学计算机系要求的编译器大作业。大概6000行代码。」· C++ 代码 · 共 30 行
CPP
30 行
// Sematics.cpp: implementation of the Sematics class.
//
//////////////////////////////////////////////////////////////////////
#include "Sematics.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
Sematics::Sematics()
{
}
Sematics::Sematics(FILE *f)
{
fin = f;
}
Sematics::~Sematics()
{
}
//DEL void Sematics::Program()
//DEL {
//DEL
//DEL }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?