cpglobals.cpp
来自「这是一个能够自动生成文档的程序」· C++ 代码 · 共 25 行
CPP
25 行
// PGlobals.cpp: implementation of the CPGlobals class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "CPGlobals.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CPage* gpCurrPage = NULL; //正在解析的代码页的指针
CScope gScope; //域管理器
CIdentifiers gIdens; //符号表
CSymbols gSymbols; //依据域来保存符号
UINT gIndex; //用于为未命名标识符命名的序号如un1
CPages gPages;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?