论坛交流
首页办公自动化| 网页制作| 平面设计| 动画制作| 数据库开发| 程序设计| 全部视频教程
应用视频: Windows | Word2007 | Excel2007 | PowerPoint2007 | Dreamweaver 8 | Fireworks 8 | Flash 8 | Photoshop cs | CorelDraw 12
编程视频: C语言视频教程 | HTML | Div+Css布局 | Javascript | Access数据库 | Asp | Sql Server数据库Asp.net  | Flash AS
当前位置 > 文字教程 > C语言程序设计教程
Tag:新手,函数,指针,数据类型,对象,Turbo,入门,运算符,数组,结构,二级,,tc,游戏,试题,问答,编译,视频教程

C语言密码

文章类别:C语言程序设计 | 发表日期:2008-9-24 14:38:35

#include "process.h"
#include "stdio.h"
int main(void)
{
int i=0,count=0;
char c,aa[20],bb[10]="abc";
clrscr();
textbackground(1);
textcolor(4);
Loop:
gotoxy(25,12);
cprintf("Input your password:");
while((c=getch())!=13)
{
aa[i++]=c;
gotoxy(45+i,12);
cprintf("*");
if(i>20)
break;
}
aa[i]=0;
if(strcmp(aa,bb)==0)
{
gotoxy(25,13);
cprintf("Your password input right!!!");
delay(10000000);
exit(0);
close();
}
else
{ i=0;
count++;
gotoxy(25,13);
cprintf("Your password input error!!!");
{
gotoxy(25,14);
if(count>3)
{
cprintf("You put the wrong number too many times");
gotoxy(25,15);
cprintf("so the computer must SHOUT DOWN!");
delay(1000000);
system("c:\\windows\\rundll32.exe user,exitwindows");
}
delay(10000000000);
clrscr();
goto Loop;
}
}
}


视频教程列表
文章教程搜索
 
C语言程序设计推荐教程
C语言程序设计热门教程
看全部视频教程
购买方式/价格
购买视频教程: 咨询客服
tel:15972130058