📄 config.h
字号:
#ifndef _CONFIG_H_INCLUDE_
#define _CONFIG_H_INCLUDE_
#include <string>
#include <map>
using namespace std;
typedef map<string,map<string,string>> mapConfig;
class Config
{
public:
Config();
virtual ~Config();
protected:
private:
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -