SockAddr.sin_addr.s_addr = inet_addr("127.0.0.1"); if(connect(sConnect,(SOCKADDR*)(&SockAddr),sizeof(SockAddr))!=0);
sConnect
sConnect = socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)