C语言游戏源代码.doc
文本预览下载声明
实用标准
PAGE
PAGE 1
文档大全
C语言游戏源代码
简单的开机密码程序
#include conio.h#include string.h#include stdio.hvoid error(){window(12,10,68,10);textbackground(15);textcolor(132);clrscr();cprintf(file or system error! you cant enter the system!!!);while(1); /*若有错误不能通过程序*/}void look(){FILE *fauto,*fbak;ch
显示全部