cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Local IP Address
Local IP Address
Nov 18, 2016 at 7:21pm UTC
Day Vide
(37)
How can I find my local IP from c++ code.
Without using the system function.
Nov 18, 2016 at 7:32pm UTC
AbstractionAnon
(6954)
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.