string game = "FFXIV";

while(game != "FFXI")
{
cout << "Play FFXIV!!!";
}