/CPP-Tcp-Socket-Class

The project main purpose is to establish a OOP approach into Winsock 2 socket programming for the TCP standard.

Primary LanguageC++MIT LicenseMIT

CPP-Tcp-Socket-Class

The project main purpose is to establish a OOP approach into Winsock 2 socket programming for the TCP standard. (Windows Only)

  • The repo contains the include header file tcpserver.h and the class implementation as tcpserver_class.cpp

  • Note: this class uses functions from Windows Socket 2 library which can be included in various form in order for this source to compile as a program.

  • The project also implements some basic error handling.

Feel free to FORK and modify the source for more funtion implementations and better error handling and logging.