摘要: 随手记 c++读取文件时,以16进制输出时,发现这么一个坑: 文件的16进制内容: 读取的代码: void readDst(){ int i; ifstream infile("3303.dst",ios::binary); assert(infile.is_open()); streampos p 阅读全文
posted @ 2018-10-23 19:48 q彩虹海q 阅读(135) 评论(0) 推荐(0)