?? express.h
字號:
#ifndef __EXPRESS.H__
#define __EXPRESS.H__
#include "Common.h"
#include "Math.h"
// Express.cpp中的函數
double Factor(const char [], int &);
double Term(const char [], int &);
double Expression(const char [], int &);
int GetValue(const VarArrayHeadType *, const int);
void BoolChange(const char [], char *);
bool Boolean(const char [], int &);
bool OR(const char [], int &);
bool AND(const char [], int &);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -