bool CopyFile(const std::string &src, const std::string &dest) { std::ifstream fin(src.c_str(), std::ios::in | std::ios::binary); if(!fin) { std::cout << "open in file[" << src <<... Read More
posted @ 2017-08-17 16:36
你好阿汤哥
Views(1139)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号