摘要:
size_t GetFileSize(FILE* file) { fseek(file, 0, SEEK_END); return static_cast(ftell(file)); } std::string ReadEntireFile(FILE* file) { const size_t file_size = GetFileSize(file); char* const... 阅读全文
posted @ 2016-05-22 00:25
艾丽娅的猫
阅读(427)
评论(0)
推荐(0)

浙公网安备 33010602011771号