sizeof()学习记录
摘要:
1 问题引出 在学习“二进制文件操作”时,书中有这么一个例程: 1 #include <iostream> 2 #include <fstream> 3 using namespace std; 4 5 struct student 6 { 7 char name[20]; 8 int num; 9 阅读全文
posted @ 2020-08-01 12:21
辉哥54110
阅读(202)
评论(0)
推荐(0)
浙公网安备 33010602011771号