pAndradeFh / EA872

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final Project EA872

Server side

To run the server, execute

make server
./server

Client side

To run the client, assure the server is running and execute the following commands

make client
./client

Finally, to remove the temp files, execute the command

make remove

About


Languages

Language:C++ 99.3%Language:C 0.5%Language:Makefile 0.2%