資源描述:
《c語言游戲源代碼》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫。
1、C語言游戲源代碼1、簡單的開機(jī)密碼程序#include"conio.h"#include"string.h"#include"stdio.h"voiderror(){window(12,10,68,10);textbackground(15);textcolor(132);clrscr();cprintf("fileorsystemerror!youcan'tenterthesystem!!!");while(1);/*若有錯(cuò)誤不能通過程序*/}voidlook(){FILE*fauto,*fbak;char*pass="c:\windows\password
2、.exe";/*本程序的位置*/chara[25],ch;char*au="autoexec.bat",*bname="hecfback.^^^";/*bname是autoexec.bat的備份*/setdisk(2);/*setcurrentlydiskc:*/chdir("\");/*setcurrentlydirectory*/fauto=fopen(au,"r+");if(fauto==NULL){fauto=fopen(au,"w+");if(fauto==NULL)error();}fread(a,23,1,fauto);/*讀取autoexec.
3、bat前23各字符*/a[23]='