2007 10-18 帮忙 HOT 作者: 5iluo 分类: 编程问题提问区 评论: 1 条评论 你正好弄相反了,, strcmp(userpassword,password),,,,如果两个参数相等的话,返回0所以,,int password(){ const char password="Hello"; char userpassword; cout<<"Enter your password:"; cin>>userpass... 阅读全文