标签: ipv6
证明IPV6地址想要将其转换为字符串并且给定字符串想要使用标准的boost库转换为IPV6地址。 我能用什么api?
答案 0 :(得分:0)
使用inet_ntop()将IPv6地址从二进制转换为文本格式(see here)
使用inet_pton()将IPv6地址从文本转换为二进制格式(see here)