ACE 开发者
文章
日志
文件
圈子
论坛
业内新闻
意见建议
求职招聘
.Net技术
项目管理经验交流
常用工具
IBM Rational
敏捷技术
数据库
中间件
P2P技术
服务器端程序开发
Tcp/IP和Socket
C++学习
开发心得和读书笔记
ACE综合应用
ACE基础应用
海阔天空
您的位置:
ACE 开发者
>>
论坛
>>
ACE基础应用
>>
查看帖子
字体:
小
中
大
怎么用ACE取得本机IP地址?
Youth 发表于: 2008-8-01 20:36 来源:
ACE 开发者
没google到。。。
最新回复
_coco at 2008-8-04 09:36:27
ACE_Export int ACE::get_ip_interfaces ( size_t & count,
ACE_INET_Addr *& addr_array
)
Return count and array of all configured IP interfaces on this host, rc = 0 on success (count == number of interfaces else -1). Caller is responsible for calling delete [] on addr_array.
[
本帖最后由 _coco 于 2008-8-4 09:37 编辑
]
Youth at 2008-8-04 15:57:17
收到!非常感谢
查看全部回复
我也来说两句
最新更新主题
求ACE编写的通信程序,要求是传一个数据...
使用Proactor模式不能接收超过168个字...
linux调试ACE遇到的一个问题
关于ACE_Proactor的两个问题
ACE链接问题
linux 配置ACE的问题
VC下创建ACE_Select_Reactor出错
修正错误
求助
Proactor如何获得链接的地址?...
月度关注热点
VC下创建ACE_Select_Reactor出错
linux 配置ACE的问题
关于select_reactor的问题
register_handler的问题
ACE内存管理
修正错误
关于ACE_Proactor的两个问题
Proactor如何获得链接的地址?...
ACE_Hash_Map_Manager的open
关于ACE Reactor服务器
最新回复
ACE_INET_Addr *& addr_array
)
Return count and array of all configured IP interfaces on this host, rc = 0 on success (count == number of interfaces else -1). Caller is responsible for calling delete [] on addr_array.
[ 本帖最后由 _coco 于 2008-8-4 09:37 编辑 ]