文件名称:student
介绍说明--下载内容均来自于网络,请自行研究使用
一个简单的学生管理系统,根据C++中工程结构的特点,利用编译环境中的多文件结构,将该案例的实现代码划分为以下几个文件:
(1) Student类的声明文件。
数据成员如下:学号、姓名、性别、年龄、专业、家庭住址
函数成员如下:构造函数、析构函数,对相关数据成员的设置和获取函数。
(2)Student类的实现文件。
(3)学生管理应用文件。
-A simple student management system, according to C++, the characteristics of engineering structures, the use of multi-build environment, file structure, the case of the implementation code is divided into the following documents: (1) Student class declaration file. Data as follows: student number, name, sex, age, profession, home address function as follows: constructor, destructor, the members of the relevant data set and get functions. (2) Student class implementation file. (3) the student management application file.
(1) Student类的声明文件。
数据成员如下:学号、姓名、性别、年龄、专业、家庭住址
函数成员如下:构造函数、析构函数,对相关数据成员的设置和获取函数。
(2)Student类的实现文件。
(3)学生管理应用文件。
-A simple student management system, according to C++, the characteristics of engineering structures, the use of multi-build environment, file structure, the case of the implementation code is divided into the following documents: (1) Student class declaration file. Data as follows: student number, name, sex, age, profession, home address function as follows: constructor, destructor, the members of the relevant data set and get functions. (2) Student class implementation file. (3) the student management application file.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
student\main.cpp
.......\student.cpp
.......\student.h
student
.......\student.cpp
.......\student.h
student