标签: windows winapi
我需要了解哪些词汇表能够获取当前用户的名称,已安装操作系统的名称,此操作系统的版本以及C ++应用程序中的相关IP地址?
编辑:该解决方案仅在Windows操作系统上运行。
答案 0 :(得分:2)
Windows:GetUserName GetVersionEx GetIpAddrTable (or a bunch of other APIs in iphlpapi.dll)
Unix:getlogin uname getifaddrs