Skip to content

Basic Implemtation of server and client using TCP socket for Linux system in C++ following OOP style

Notifications You must be signed in to change notification settings

shiponcs/tcp-server-client-cpp

Repository files navigation

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

About

Basic Implemtation of server and client using TCP socket for Linux system in C++ following OOP style

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages