项目作者: shiponcs

项目描述 :
Implement TCP-server and TCP-client
高级语言: C++
项目地址: git://github.com/shiponcs/tcp-server-client-cpp.git
创建时间: 2021-06-17T16:33:12Z
项目社区:https://github.com/shiponcs/tcp-server-client-cpp

开源协议:

下载


tcp-server-client-cpp

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