c++ 一个简单的学生 类

#include <iostream> // 预处理命令 using namespace std; class Student // 声明一个类,类名为Student { private: // 如下为类中的私有部分 int num;
相关文章
相关标签/搜索