我有一个结构:
//Custom packet structure. struct UserPacket { __int64 pingTime; } CustomPacket;
我已经想出如何将它转换为char*.现在我想将char*转换回struct.有什么建议?
c++
c++ ×1