求救!!!
c++吧
全部回复
仅看楼主
level 1
给一文件加密.C++该怎么编啊?谢谢
2005年10月11日 14点10分 1
level 0
#include
#include
void main(int argc,char *argv[]){ FILE * fp1,* fp2; char c,ch; long i,j; if(argc!=3) exit(0); fp1=fopen(argv[1],"rb"); fp2=fopen(argv[2],"wb"); if(fp1==NULL||fp2==NULL) printf("cannot open file\n"); exit(1); printf("inserd you computer ID:"); scanf("%i",&j); srand(j); ch=fgetc(fp1); while(! fcof(fp1)) {c=rand(); ch=char c; fputc(ch,fp2); ch=fgetc(fp1); } fclose(fp1); fclose(fp2); exit(0);}
2005年10月17日 13点10分 2
level 1
谢谢楼上的朋友啊
2005年10月20日 14点10分 3
level 1
原来有错的啊,谁来帮帮忙啊.谢谢啊~~~~
2005年10月20日 14点10分 4
1