搜索资源列表
student
- 一个简单的学生管理系统,根据C++中工程结构的特点,利用编译环境中的多文件结构,将该案例的实现代码划分为以下几个文件: (1) Student类的声明文件。 数据成员如下:学号、姓名、性别、年龄、专业、家庭住址 函数成员如下:构造函数、析构函数,对相关数据成员的设置和获取函数。 (2)Student类的实现文件。 (3)学生管理应用文件。 -A simple student management system, according to C++, the characte
skb
- C++源代码,在VC环境下实现。程序功能:跟踪构造函数复制对象和析构函数析构对象-C++ source code, VC environment. Program: Create a class object is constructed, copy the object tracking constructor and destructor destructor object
C++作业代码
- 学习c++必会的20道经典练习题其中包括复数的运算,构造函数的练习以及文件的操作和继承的练习(Learn the 20 classical exercises that c++ will have, including plural operations, constructor exercises, and file operations and inheritance exercises)