搜索资源列表
-
2下载:
设计题目:学生信息管理系统
设计要求:
设计要求实现如下功能:
(1)建立学生信息数据,包括学号、姓名、性别、三科成绩、出生时间、年龄(必须计算得到)。
(2)使用继承的方法构造至少3个类,(即学生类——虚基类,本科生和研究生类——派生类)使用相应的对象放置10个学生信息。
(3)编写同名display()成员函数,用来输出数组的内容。
(4)按不同类别输出学生信息,比如按性别。(可选功能)
(5)要求对“<<”和“>>”运算符进行重载。
(6)抽取并计算学生的平
-
-
1下载:
c++学的一个简单的学生管理系统,初学练习之作,用到了类,vector,文件操作,操作符重载等知识-c++ learn a simple student management system, beginner exercises make use of the knowledge of class, vector, file operations, operator overloading
-
-
0下载:
C++ RangeArray class: Contains integer values and accessible the elements with arbitrary index values (negative is possible)
Example source code for learning the concept of operator overloading
-
-
0下载:
C++ GrowableArray class: Array template class with the growable storage
Example source code for learning the concept of operator overloading, inheritance
-