#include "wiClient.h" using namespace std; #ifndef WINSTORE_SUPPORT wiClient::wiClient(const std::string& newName, const std::string& ipaddress, int port) { if(ConnectToHost(port,ipaddress.length()<=1?"127.0.0.1":ipaddress.c_str())){ success=true; string welcomeMsg; if(receiveText(welcomeMsg)){ stringstream ss(""); ss<<"Client connected to: "<