IP转int的另一种高效方式 C++
摘要:
#include <iostream> typedef unsigned char byte; typedef unsigned int uInt32; #if 0 // 常规方法 bool bytesToInt(uInt32& uIP, byte byIP[4]) { uIP = byIP[3] 阅读全文
posted @ 2021-01-23 08:40 仲达超 阅读(317) 评论(0) 推荐(0) 编辑