5iluo 的 站内主页
你正好弄相反了,, strcmp(userpassword,password),,,,如果两个参数相等的话,返回0
所以,,
int password(){ const char password[]="Hello"; char userpassword[20]; cout<<"Enter your password:"; cin>&g....
Read More >