Hi,
I wanted to avoid the hard coding of IP Address in my implementation using standard C. Instead I want to pass it so that I can connect to different remote hosts. Any example of how I can do this.

Regards