同学让我帮改下登陆,就是把明文密码“12345”改成密文“******”
void pass()
{
char UserName[30];
char Password[20];
int i=0;
cout<<"*************************************
【查看更多内容请登录哈】
应该是类似这样吧,不过unix是没有自带的conio.h的,我也就不去试了。
[mw_shl_code=c,true]#include <stdio.h>
#include <conio.h>
int main() {
char ch;
printf("plz input
Unceekell 发表于 2013-6-25 20:19 【链接登录后可见】
用getch(), 具体用法请百度
我这个死渣渣捣鼓了一下午都没理解该去怎么改.#5x
楼上+1