摘要:
#include #include #include #include #include <sys/stat.h> #include void test_copy_binary(std::string src,std::string dst){ std::ofstream ostrm(dst,std 阅读全文
posted @ 2022-10-18 17:23
simp00
阅读(33)
评论(0)
推荐(0)
摘要:
inline bool exists_test0 (const std::string& name) { std::ifstream f(name.c_str()); return f.good(); } inline bool exists_test1 (const std::string& na 阅读全文
posted @ 2022-10-18 17:11
simp00
阅读(97)
评论(0)
推荐(0)