Helping for initialization
for a simple program...
#include
using namespace std;
int main()
{int x;
cout << "enter password\n";
cin >> x;
return 0;
}
for the pink colour part..
if i want my password to be in integer and alphabets, so what command line should i put?
and when i enter a password... i want it to reveal the code in this form "*****". How should i do that?
koh
Junior Poster in Training
73 posts since Jul 2004
Reputation Points: 11
Solved Threads: 0
>and when i enter a password... i want it to reveal the code in this form "*****". How should i do that?
A C example (second snippet).
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314