strcmp、fseek和ftell函数
1、函数strcmp用法: 原型:extern int strcmp(char *s1,char * s2); 用法:#include 或者 #include 加上 using namespace std; 功能:比较字符串s1和s2。 说明: 当s1 当s1=s2时,返回值=0 //注意相等返回值是0