I'm new to this socket pgmg.
I am having an application which communicates using sockets.
I'm Creating a client socket using
Code:
SOCKET myClientSocket=socket(AF_INET,SOCK_STREAM,0);
Is thr anythn that im doing wrong here ???
Any help is welcome :)
Thanks in Advance
Tezu
Leave a comment: