Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop Other
  • Category : Other
  • Tags :
  • Update : 2018-04-07
  • Size : 10kb
  • Downloaded :0次
  • Author :xuwenwen
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
#include <stdio.h> #include <stdlib.h> #define MAXLEN 80 int main(void) { FILE *fpSrc=NULL; FILE *fpDst=NULL; char ch; char srcFilename[MAXLEN]; char dstFilename[MAXLEN]; printf("Input source filename:"); scanf("%s",srcFilename); if((fpSrc=fopen(srcFilename,"r"))==NULL) { printf("can't open file %s!\n",srcFilename); exit(0); } printf("Input destination filename:"); scanf("%s",srcFilename); if((fpDst=fopen(dstFilename,"w"))==NULL) { printf("can't open file %s!\n",dstFilename); exit(0); } while((ch=fgetc(fpSrc))!=EOF) { if(fputc(ch,fpDst)==EOF) { printf("Copy failed!"); exit(0); } } printf("Copy succeed.\n"); fclose(fpSrc); fclose(fpDst); return 0;
Packet file list
(Preview for download)
FilenameSizeUpdate
1.docx 13445 2018-04-07
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.