说明:名字冲突。
程序员甲在头文件header1.h中定义了类Student和函数fun。-Name conflict. A programmer defined in the header file header1.h Student and function of the class fun. <tdgm> 在 2024-11-19 上传
| 大小:1kb | 下载:0
说明:自己做的3D引擎,只能画3D 4边型,好歹鼓励鼓励-Make their own 3D engine, can only draw 3D 4 edge-type, whatever the outcome, to encourage to encourage ... ... <zxy> 在 2024-11-19 上传
| 大小:1kb | 下载:0
说明:一种简洁的printf 输出函数,具备int, long, double类型数据标准输出能力,代码紧凑,占用内存小-The output function printf a concise, with int, long, double data type to standard output capacity, compact code, small memory <赵楠> 在 2024-11-19 上传
| 大小:1kb | 下载:0
说明:c++程序模拟实现可变式分区分配的存储管理的最佳适应算法!编译运行通过!-c++ program to simulate the type of partition to achieve variable storage management best-fit algorithm! <liwei> 在 2024-11-19 上传
| 大小:1kb | 下载:0
说明:这是一个通用的读写INI文件的类,直接加入到您的程序中,引用后直接使用,其中有两个函数,一个读取配置文件中指定的配置的值,一个将指定的值写入到配置文件中。其中有配置文件路径,默认是在程序目录中,有特殊需要的可以修改。从此操作配置文件将非常方便。-This is a generic class to read and write INI files, directly into your program, refer directly a <朱晨涛> 在 2024-11-19 上传
| 大小:1kb | 下载:0
说明:① 添加一个Teacher类和Cadre类的共同基类Person类。
② 将姓名、年龄、性别、地址、电话等数据作为Person类中数据成员。
③ 在其直接派生类的声明中,将其声明为虚基类。
④ 在所有的类中,均包括成员函数display。
⑤ 在display函数中,直接使用基类的数据成员输出,不要调用基类的成员函数。
⑥ 其余不变。-get the max of three numbers <章泽天> 在 2024-11-19 上传
| 大小:1kb | 下载:0