摘要: #pragma once#include "student.h"#include "Teacher.h"typedef enum _EPersonType{ ePersonUndefin = 0, ePersonStudent, ePersonTeacher}EPersonType... 阅读全文
posted @ 2014-07-11 17:02 酱酱爱 阅读(301) 评论(0) 推荐(0) 编辑