什么是 C++相当于“Environment.MachineName”在Linux下?
它在.NET Framework 中定义,用于获取本地计算机的NETBIOS 名称。参考: http://msdn.microsoft.com/en-us /library/system.environment.machinename.aspx
如果解决方案是跨平台的,那就更好了。 :)
It is defined in .NET Framework to get the NETBIOS name of the local computer. Reference: http://msdn.microsoft.com/en-us/library/system.environment.machinename.aspx
If the solution is cross-platform it would be way better. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
gethostname
。以下是文档:http://msdn.microsoft .com/en-us/library/ms738527%28VS.85%29.aspx
Use
gethostname
. Here is the documentation:http://msdn.microsoft.com/en-us/library/ms738527%28VS.85%29.aspx