?? else.h
字號(hào):
#ifndef ELSE_H
#define ELSE_H
#include <iostream>
#include<stdlib.h>
#include<windows.h>
#include <time.h>
using namespace std;
void clearscreen(HANDLE,COORD ,COORD);//清空屏幕的一塊區(qū)域
int delfile(char*);//刪除文件
void time(double); //時(shí)間函數(shù)
void drawbox(HANDLE, COORD,COORD); //畫(huà)方框
bool FileExist(const char* FileName) ;
void about(HANDLE); //關(guān)于
void help(); //幫助
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -