📄 compiler.h
字号:
// Compiler.h: interface for the CCompiler class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMPILER_H__DF370D1D_413F_4033_AAD4_2AF760AEAA1B__INCLUDED_)
#define AFX_COMPILER_H__DF370D1D_413F_4033_AAD4_2AF760AEAA1B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "fileheader.h"
class CCompiler
{
public:
CCompiler();
virtual ~CCompiler();
void Compile(CString strSource,CFile* pdfFile,CFile* DFYexeFile);
};
#endif // !defined(AFX_COMPILER_H__DF370D1D_413F_4033_AAD4_2AF760AEAA1B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -