Resolver Nomes

1. Resolver Nomes

Perfil removido
removido

(usa Nenhuma)

Enviado em 25/11/2005 - 16:33h

Como faço para um script em C resolver nomes, ou seja, usar o DNS para converter o nome de um site em um endereço IP, por exemplo?


  


2. opa

Tiago Barcellos Peczenyj
pacman

(usa Ubuntu)

Enviado em 25/11/2005 - 16:39h

olha isso:
http://www.uwo.ca/its/doc/courses/notes/socket/

na parte onde diz:
"The connection is usually prefaced by translating a host name into an IP number (but if you knew the IP number you could carefully skip that step).

int tcpopen(host,service)
char *service, *host;
{
struct hostent *hp;
etc...
if ((hp=gethostbyname(host)) == NULL) then error..."

Escreve ai se funfou






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts