#include <stdio.h> struct example int main() test.num = 1; fp = fopen("file.dat", "w+"); |
[C/C++] 把结构体写入到文件,再从文件读取到结构体
最新推荐文章于 2024-08-26 17:31:06 发布
#include <stdio.h> struct example int main() test.num = 1; fp = fopen("file.dat", "w+"); |