2020年12月6日

c++ int 与 byte array 互转

摘要: int to byte array #include <vector> using namespace std; vector<unsigned char> intToBytes(int paramInt) { vector<unsigned char> arrayOfByte(4); for (i 阅读全文

posted @ 2020-12-06 14:24 空明流光 阅读(1827) 评论(0) 推荐(0)

导航