HostNameToAddress Function

2006-11-05 Thread Bridger Maxwell
Hey, I made a networking stack that retrieves information about the computer. The first check it does is hostName(). This returns the name of the machine. Then I take the result of that and run it through hostNameToAddress() to find the IP address. This works fine on my computer, but one one

Re: HostNameToAddress Function

2006-11-05 Thread Bridger Maxwell
I found out some more information. Apparently the nslookup Unix command returns the following: nslookup is deprecated and may be removed from future releases. Consider using the `dig' or `host' programs instead. Run nslookup with the `-sil[ent]' option to prevent this message from appearing.