?? util.h
字號(hào):
// Util.h: interface for the Util class.
//
//////////////////////////////////////////////////////////////////////
#ifndef ALVIN_UTIL
#define ALVIN_UTIL
#include "string"
class Util
{
public:
void ReadLine(std::string &str);
void Find(const char* reg, std::string &cmd, std::string *$);
Util();
virtual ~Util();
int regTest(const char* reg, const char* str);
};
extern Util u;
#endif // !defined(AFX_UTIL_H__B1ACA760_5243_4C82_8107_7C371661C9BB__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -