Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 227 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 227 Bytes

tcp-server-client-cpp

  • To compile and run server
    g++ TCP_socket.cpp tcp_server.cpp -o server
    ./server
  • To compile and run client
    g++ TCP_socket.cpp tcp_client.cpp -o client
    ./client