在C 或者C++ 中,以下可以用于返回文件大小:const unsigned long long at_beg = (unsigned long long) ftell(filePtr);fseek(filePtr, 0, SEEK_END);const unsigned ...
確定! 回上一頁