熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> 操作系統 >> 正文

十大題型算法全實現——(六)文件管理[11]

2022-06-13   來源: 操作系統 

  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]  


From:http://tw.wingwit.com/Article/program/czxt/201311/24005.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.