Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.58K
1 Posted Topic
Re: [QUOTE=rajatC;500539]use [inlinecode]getch()[/inlinecode] to get a character without echoing it on the screen and print * for each entered character..and save each character in a char array [code=c++] char pswrd[20]; int i=0; while((pswrd[i]=getch())!='\r') { cout<<"*"; i++; }[/code][/QUOTE] this is not working in cpp |
The End.