Hello Everyone
Can any one help me out in this code
Write a program in C++ that will send text strings to the server in different functional modes. Server will respond back with the appropriate text string or integer depending upon the mode. Client displays these responses on stdio, and handles all user interaction.
Basically implementing TCP Client .
Hi every1
Can any one help me out in writing a C++ program that will send text strings to the server in different functional modes. Server will respond back with the appropriate text string or integer depending upon the mode. Client displays these responses on stdio, and handles all user interaction. I.e we need to implement TCP Client