文件名称:windows tar打包封装类
文件大小:4KB
文件格式:ZIP
更新时间:2021-02-19 03:56:50
tar,windows
使用简单:支持文件,字符串等操作 std::ofstream o(info.TarPath,std::ofstream::app|std::ofstream::binary); tar::writer wt(o); wt.put_file("test_folder\\test\\targetver.h"); wt.finish(); o.close();
【文件预览】:
tar1.cpp
tar1.h