Hello! Anyone know a good interface for winsock that I can use in MS VC++? Like...

Does CSocket Work well? effecient?

CSocket mySocket;

CSocket.Open (BLAH BLAH BLAH);

then on the server side...

CSocket.SetListen();

Tutorials to direct me to? Answers?

Thanks for the help, great board.