I developed a client/server simulation application. I deployed client and server on two different Windows XP machines. Somehow, the client is not able to send requests to the se
You could use a C function getaddrinfo() to get the numerical address - both ipv4 and ipv6. See the example code here