搜索资源列表
-
0下载:
本源码为在vc++环境下编写的string类,该类既可 自动调节大小,又可限制数组越界,还重载了一些运算符-The source code in vc++ environment, prepared by the string class that can automatically adjust the size, but also an array of cross-border restrictions, but also a number of operator overloading
-
-
0下载:
Visual C++范例大全 400+的实例源码
光盘实例源码
第1章
实例001——实现C++类的多重继承
实例002——使用虚函数实现运行时多态
实例003——操作符重载实现编译多态(复数的加法运算)
实例004——使用函数模板实现不同数据类型的极值函数
实例005——使用C++实现格式化数据的IO
实例006——实现数字金额的中文大写转换
实例007——将十进制数转换为二进制输出
实例008——产生随机数
实例009——实现排序
-
-
0下载:
第三次试验作业,西工大的运算符重载,有需要的同学自行下载-NPU operator overloading, students need to download the third test job
-
-
0下载:
定义一个人民币类 RMB,包含私有数据成员元、角、分,请用友元函数重载运算符“+”和“++”,以对类对象进行运算。-RMB define a class RMB contains private data members of the yuan, angle, sub, the friend function overloading operator " +" ++ to the class object computing.
-
-
0下载:
完成大数求幂的程序。要求按照运算符重载版本完成,类的声明可以不同,但主程序不能更改,输入输出严格按照要求来。输出要求:整数输出不能带小数点;不能输出2.3000,应是2.3;不能输出000123.3,应是123.3,总之符合正常书写格式。
-Through the process of large numbers exponentiation. Requirements in accordance with the operator overloading version class dec
-