Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是编程初学者。我在 Linux Ubuntu 中使用 Eclipse C++。我知道有ifconfig列出网络接口信息的命令。我想要代码来获取有关网络接口的信息并打印此信息。
ifconfig
换句话说,我如何编写ifconfig用 c++ 执行命令的代码?
谢谢。
您可以从getifaddrs()中获取一些信息,但除此之外还有更多信息,因此您可以完成工作。为什么不寻找ifconfig初学者的来源?