Ben Woodhead writes:
>
>The problem is to work with a TCP connection I need the function connect
>from one of the network headers. And everytime I try to compile it tries to
>use connect from this class, is there anyway around that.
::connect( sockfd, (struct sockaddr *) out_addr, sizeof(sockaddr_in))
notice the scope operator ::
Norman
|