Update README.md

This commit is contained in:
William Bracho Blok 2015-10-14 18:55:48 -05:00
parent a25faded92
commit 524b2ac121

View file

@ -9,6 +9,7 @@ How to use these files to see example:
2) compile each file on separatedly and make two object files using g++ command as follows (on either window): 2) compile each file on separatedly and make two object files using g++ command as follows (on either window):
g++ server.C -o server g++ server.C -o server
g++ client.C -o client g++ client.C -o client
3) start the server first, run the server object file with a port number (some number between 2000 and 65535) in the server window (just pick one of the two). For example: ./server 51717 3) start the server first, run the server object file with a port number (some number between 2000 and 65535) in the server window (just pick one of the two). For example: ./server 51717