Find file size using a CRT routine

前端 未结 0 572
清歌不尽
清歌不尽 2020-12-28 17:46

So I\'m currently using this code to open a specified file:

FILE* stream;
stream = fopen("file.txt", "w+");

My goal is to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题