?? run.cpp
字號:
#include<iostream>
#include"head.h"
#include"CRole.h"
using namespace std;
mygame call;
int main()
{
SetConsoleTitleA(" ********************<< 劍 神 傳 說 >>***********************");//設置標題
call.wenben();//文字介紹
call.shuoming();//說明
call.caidan();//菜單
return 0;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -