将unsigned long类型数据转成CString类型的IP数据

 unsigned long = uIp;

CString strIP = inet_ntoa(*(struct in_addr *)(&uIp));


 

你可能感兴趣的:(struct)