can sum guide me to a link or a program for simple client and server c or c++ code to run on linux
The requirement is that should be able to send and receive messages.....
can sum guide me to a link or a program for simple client and server c or c++ code to run on linux
The requirement is that should be able to send and receive messages.....
Checkout the Paul Griffiths' Echo server. It's a simple echo server and client written in C. It's written using some unix headers though, and will not work on Windows.
Beej's Guide to Network Programming - Using Internet Sockets is an excellent tutorial to understand sockets and connections. Plus it contains basic server-client sample applications.