I need to do a few network-related things in C ++ that I would normally do with ifconfigon Linux, but I would like to do this without parsing the output of a group of system calls. What C or C ++ libraries can I use to determine up or down the network adapter, read or change the adapter IP address and network mask, and change the default DNS gateway?
source
share