Get the password in the form of stars

前端 未结 0 1269
梦毁少年i
梦毁少年i 2020-12-28 20:45
while(n != \'\\n\')
{
    n = getch();
    printf("*");
}

/I want to get the password and print the star, I use the getch function and

相关标签:
回答
  • 消灭零回复
提交回复
热议问题