c++輸入密碼以星號代替

#include <iostream> #include <string>//注意這裏的頭文件! #include<conio.h> using namespace std; void main( void ) { cout<<"請輸入密碼: "<<endl; string password; int i=0; char ch; while ((ch=_getch())!=13) {
相關文章
相關標籤/搜索