📄 stdafx.h
字号:
#if !defined(AFX_STDAFX_H__9B00A488_387C_4246_88C3_FF34CF33B851__INCLUDED_)
#define AFX_STDAFX_H__9B00A488_387C_4246_88C3_FF34CF33B851__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifdef WIN32
#pragma warning (disable : 4786 )
#endif
#include <stdio.h>
#include <string>
#include <vector>
#ifdef WIN32
#include <windows.h>
#include <io.h>
#endif
typedef std::string String;
#include "Enumerator.h"
class RuntimeException {
public:
RuntimeException( const String & s ): m_err(s) {
}
String m_err;
};
#endif // !defined(AFX_STDAFX_H__9B00A488_387C_4246_88C3_FF34CF33B851__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -