There is no much things to say about this 
(if you dare to call program).

It does one single thing, it tries to resolve an IP 
address you pass it as parameter.

So if you give him:
	resolveip 194.102.233.6
it should respond 
	millennium.nolimits.ro

The installation is simple, get any kind of C 
compiler you have and compile it, then link it.

I have Linux with gcc so what I do is:
	gcc resolveip.c -o resolveip

simple.

Greetings
Remus

P.S. If you have any kind of problems don't write
me at remus@nolimits.ro !

P.P.S. If you want a more serious program check out
resolveip wich comes default with MySQL. 
