?? general.h
字號(hào):
/* * General definitions * * Bruce Lowerre, Public domain, 1995, 1997 * * $Log: general.h,v $ * Revision 1.1 1997/05/13 14:54:43 lowerre * Initial revision * * */#ifndef GENERAL_H#define GENERAL_H//#include <unistd.h>#include <sys/types.h>#include <iostream.h>#include <fstream.h>#include <math.h>#include <signal.h>#include <setjmp.h>#include <time.h>#include <string.h>#include <stdlib.h>#include <stdio.h> // needed for sprintf#ifndef LOCAL#define LOCAL static#endif// How come the follow ain't defined in C++????#define TAB '\t'#undef False#undef Truetypedef enum {False, True} BOOLEAN;#endif // end of general.h
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -