logo
Author: cramur
Description: c++ dumb code password
Language: C++
int main()
{
char password[64];

bool not_done= true;
int count;

   cout << "Enter password:";
   count = 0;

   while(( count < 64 )  && (not_done)){
      password[count] = _getch();
      cout << "*";
      if( password[count] == 13)
            not_done= false;
   }
     return 0;
}

Recent pastes:
blessmaster (PHP)
antonivanov (SQL)
antonivanov (PHP)
brinza (PHP)
ilyhamas (Delphi)
Riateche (PHP)
otherlight (Java)
otherlight (JavaScript)
otherlight (CSS)
otherlight (CSS)
biophreak (JavaScript)
n4n (Perl)
prostoHz (Java)
ndubinkin (XML)
Riateche (Plain Text)
Slapotam (Perl)
ksurent (Perl)
John_Wein (Java)
John_Wein (HTML)
Riateche (HTML)
netsago.paste.β © 2009 Neunica