q>next=p>next;
delete p;
}
cout<<\< }
else{
cout<<"错误,\""< }
}
}
//显示版权信息函数
void version()
{
cout< cout<<" ┏━━━━━━━━━━━━━━━━━━━━━━━┓"< cout<<" ┃ 模拟文件管理模拟系统 ┃"< cout<<" ┠───────────────────────┨"< cout<<" ┃ (c)All Right Reserved Neo ┃"< cout<<" ┃sony006@163.com ┃"< cout<<" ┃version 2004 build 1122┃"< cout<<" ┗━━━━━━━━━━━━━━━━━━━━━━━┛"< cout< }
void main()
{
int len,fileSize,flag,comm;
char string[50];
char command[10];
char name[40];
char *s,*s1;
version();
initial();
flag=1;
while(flag){
cout< cout< cout< printf("%s:>#",path);
gets(string);
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]