By using this site, you agree to our Privacy Policy and our Terms of Use. Close

string pass;
cin>> pass;
if (strpos(pass," ") !== false){
ValidateXBL();
}