Update README.md
This commit is contained in:
parent
a25faded92
commit
524b2ac121
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
||||
g++ server.C -o server
|
||||
|
||||
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
|
||||
|
|
Reference in a new issue