Local IP Address

How can I find my local IP from c++ code.

Without using the system function.
C++ does not provide a function to do that.

You're going to have to call a system specific socket library function to do that.
http://stackoverflow.com/questions/122208/get-the-ip-address-of-local-computer
Topic archived. No new replies allowed.