#include <iostream>
#include <fstream>
#include <cstring>
#include <cstdio>
/*
pos, file1 偏移量
pos1, file2 偏移量
end, 对比的字符个数
*/
bool compare_file(const std::string &f1, const std::string &f2,
size_t pos=0,
c++ 文件对比
最新推荐文章于 2025-03-25 10:16:56 发布