摘要: 学习知识点格式化文件读写。练习代码#include #include #include using namespace std;class FontObject{public: char Key[5]; char Content[30]; FontObject(char key[],char con... 阅读全文
posted @ 2012-02-02 17:37 哆啦无梦 阅读(269) 评论(0) 推荐(0)