Can anybody provide me some sample example on Client and server connection using sockets in C++.
I have gone through some tutorials now i want to implement it.
How to start
A good C++ networking library is ACE. The only problem is that there aren't any good tutorials online that I have found. This book is pretty good though.