Compilar

g++ server.cpp -o server
g++ client.cpp -o client

Ejecutar

./server
./client