?? code.h
字號:
#include <string>
using namespace std;
class code_uncode
{
private:
char a[95][95];
string key;
string source;
string keyword;
public:
code_uncode();
void code();
void uncode();
void file_code();
void file_uncode();
~code_uncode(){}
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -