摘要: 1.结构体写入文件,读取#include #include #include #define max 5struct books{ char title[20]; char author[20]; int price;};const char * fileName="books.... 阅读全文
posted @ 2014-11-06 16:00 悲惨的大爷 阅读(260) 评论(0) 推荐(0)