views:

79

answers:

1

Hi,

Can any one please provide me the sample client and server application in win32, i just want to make my machine as server and client.. if i send a data from client i should be able to see at server, vice versa..

Thanks GrabIt

+2  A: 

You can study A light-weighted client/server socket class in C++

If you are serious enough to develop some thing study this book

C++ Network Programming: Mastering Complexity Using ACE and Patterns based on ACE

sat