|
problem with Dev C++ coding? -
December 27th, 2007
code:
char passwd[10].
cout<<"Enter Password : ";
cin>>passwd;
output:
Enter Password : ___
when i enter password, screen looks like:
Enter Password : 786mc
But I want the screen looks like :
Enter Password : *****.
Is it possible in Dev C++ (bloodshed).
|