Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. loginfile>>username>>password;
  2. cout<<"********************************************n*";
  3. cout<<" enter username : ";
  4. cin>>U;
  5. cout<<"********************************************n*";
  6. cout<<" enter password ";
  7. cin>>P;
  8. cout<<"********************************************n*";
  9. while(loginfile)
  10. {
  11. if(username==U && password==P)
  12. cout<<"nwelcome player"<<endl;
  13. loginfile>>username>>password;
  14. }
  15. loginfile.close();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement