Posts
 
Reputation
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
~10.4K People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for deepak1331

[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

Member Avatar for Narue
0
10K

The End.