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.
我正在尝试从Windows 中给定的in_addr值中提取端口。
到目前为止,我能够使用inet_ntoa获取 IP 地址,但不能使用端口。
谢谢。
你不知道:它只是一个 IP 地址
也许您的意思是使用包含此信息的sockaddr (如果适用)。