?? help.c
字號:
/*PrintHelp()函數(shù),顯示幫助信息*/
PrintHelp()
{
printf("\n");/*另起1行打印幫助*/
printf("+---------------------------------------------------------+\n");
printf("+ you hava 10 opportunities to guess num +\n");
printf("+ every time the system will hint you: +\n");
printf("+ 'A' means correct value and correct position +\n");
printf("+ 'B' means correct value but incorrectness position +\n");
printf("+-------------------for example:--------------------------+\n");
printf("+ 1A2B:1 number with correct value and correct position +\n");
printf("+ 2 number with correct value but incorrect position +\n");
printf("+---------------------------------------------------------+\n");
printf("+ about the score list +\n");
printf("+ the score list is store the five player's score on top +\n");
printf("+---------------------------------------------------------+\n");
getch();/*使屏幕停在此界面,按任意鍵返回主界面*/
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -