[C++] 判断文件大小
 fseek(fp, 0L, SEEK_END);
 int nFileSize = ftell(fp);
posted on 2013-01-16 16:26  applesun0757  阅读(262)  评论(0)    收藏  举报