搜索资源列表
C++
- 构造函数 析构函数 拷贝构造函数 赋值运算符重载 的实例
xueshengxinxi
- 用vc++来实现对学生信息的管理程序.着重在复制构造函数的使用方法上
thebaseofC++
- 简单C++程序 从结构到类 类的定义 对象的定义 构造函数 对象成员初始化 this指针
SplitPath
- 平台无关的路径拆分包裹类,方便处理目录结构。使用方便,构造时输入全路径,则可以通过成员函数获取相关的目录结构。
1124
- 定义一个CPU类,包含等级(rank)、频率(freqlaency)、电压(voltage)等属性,有两个公有成员函数run、stop。其中,rank为枚举类型CPU—Rank,定义为enum CPU—Rank {Pl=1,P2,P3,P4,P5,P6,P7},frequency为单位是MHz的整型数,voltage为浮点型的 电压值。观察构造函数和析构函数的调用顺序。 --(1) the definition of a CPU class, including level (ran
TIniFile
- BCB的TIniFile类在VC++中的对应,功能是用来操作INI文件,完善了其中的构造函数.-BCB' s TIniFile class VC++ corresponding function is used to operate the INI file, which improved the constructor.
Alother
- 又一个有关VC++构造函数重载的源程序,比较适合VC++初学者,-Another source program about vc++ constructor overloads, suitable for vc++ beginners,
ediryv
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载-Classic c++ syntax and application of the writing of the class and application, structure and the destructor, function overloading,,