string IP = DownloadString("https://wtfismyip.com/text"); string user = "xxxxxx"; cout << IP; cout << user; if (IP == user) {