📄 help.c
字号:
/*PrintHelp()函数,显示帮助信息*/
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();/*使屏幕停在此界面,按任意键返回主界面*/
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -