diff --git a/课设.cpp b/课程设计源代码_学校运动会管理系统_计算机类1805_18408000532_周宇飏.cpp similarity index 95% rename from 课设.cpp rename to 课程设计源代码_学校运动会管理系统_计算机类1805_18408000532_周宇飏.cpp index fab2ef0..c06a8f5 100644 --- a/课设.cpp +++ b/课程设计源代码_学校运动会管理系统_计算机类1805_18408000532_周宇飏.cpp @@ -277,34 +277,34 @@ void charu() } void save() { - FILE *fp; //ָļָ - if((fp=fopen("e:\\xiao.txt","w"))==NULL) //Ϊһļ,Ϊֻдʽ + FILE *fp; + if((fp=fopen("c:\\xiao.txt","w"))==NULL) printf("\n...Saving the file......\n"); for(int i=0;itm_year+1900,pt->tm_mon+1,pt->tm_mday); printf("======================˵=====================\n"); @@ -361,6 +361,5 @@ void menu() int main(void) { system("color f"); - //Logon(); menu(); } diff --git a/课设.exe b/课程设计源代码_学校运动会管理系统_计算机类1805_18408000532_周宇飏.exe similarity index 91% rename from 课设.exe rename to 课程设计源代码_学校运动会管理系统_计算机类1805_18408000532_周宇飏.exe index be924fb..bc82897 100644 Binary files a/课设.exe and b/课程设计源代码_学校运动会管理系统_计算机类1805_18408000532_周宇飏.exe differ