Tcp Chat Client server chat program with TCP & socket programming Build command: g++ server.cpp –o server.exe -pthread g++ client.cpp –o client.exe -pthread