fread tag

1 questions


1 answers
71 views
0
There was a problem while studying the c language file call function

int main(void){ FILE * src=fopen(src.bin,rb); FILE * des=fopen(des.bin,wb); char buf[20]; int readcnt;if(src==NULL || des==NULL){ puts (File Open Failed!); return -1;}while(1){ readcnt=fread((void*)bu...

2 years ago

© 2024 OneMinuteCode. All rights reserved.