seekg()与tellg()在文档中定位某行不正确的原因
摘要:
string in_path = "/home/XX/a.prototxt"; stream = ifstream(in_path, std::ios::binary); std::streampos pos = 0; while(true){ pos = stream.tellg() std::i 阅读全文
posted @ 2019-10-13 15:18 MissSimple 阅读(598) 评论(0) 推荐(0) 编辑