This project demonstrates the implementation of a basic TCP server using C++. The server communicates with a client application, providing options to access a database, perform calculations, or exit.
The client interacts with the server by selecting one of three available options:
- Data Base: Access and manage data stored in the database
- Calculator: Perform mathematical calculations
- Exit: Terminate the connection with the server
Upon selecting an option, the client receives a corresponding response from the server.
The provided screenshot captures the execution of the code on both the server and client sides. 
- Functional TCP server implementation in C++
- Client-server interaction with option selection
- Database access and management
- Mathematical calculations