socket programming
by gowtham[ Edit ] 2010-02-09 09:44:16
this is a simple Client/Server program showing the communication taking place between the client and the server.
Server is a console based application and the Client is a Windows application. The client sends a message to the server which is converted by the server into upper case and returned back to the client.