简单的学生信息处理程序实现
摘要:#define _CRT_SECURE_NO_WARNINGS#include #include #include using namespace std;class student{private : string name; unsigned int age; string I...
阅读全文
posted @ 2015-09-30 12:47
posted @ 2015-09-30 12:47