linux下获取文件大小

#include <iostream> #include <sys/stat.h> #include <stdlib.h> #include <stdio.h> #include <string.h> //#include <fcntl.h> using namespace std; //文件名,而不是指针 int GetFileLen( char *fileName ) { st
相关文章
相关标签/搜索