课程设计——输出到TXT
摘要:
#include "fstream.h"struct student{ char name[20]; int num; int age; char sex; };int main(){ student stud[3]={"Li",1001,18,'f',"Fun",1002,19,'m',"Wang... 阅读全文
posted @ 2015-12-28 11:12 天才程序猿 阅读(181) 评论(0) 推荐(0) 编辑