搜索资源列表
-
0下载:
声明三维点POINT类,重载运算符“+”“-“
”=”,实现三维点的加减和赋值-POINT-type three-dimensional point statement, operator overloading "+" "-" " =" , the realization of three-dimensional point of addition and subtraction and assignment
-
-
0下载:
Basic C++ programs that includes operator overloading, passing object as an argument, function overloading
-
-
0下载:
C++学习,比较主要集中测试程序,很好理解C++。如:C++面向对象编程_1、从struct到class,C++面向对象编程_2、构造函数和析构函数,C++面向对象编程_3、操作符_重载_友元_静态成员,C++面向对象编程_4、拷贝控制,C++面向对象编程_5、继承,C++面向对象编程_6、多态性,-C++ learn more focus on testing procedures, a good understanding of C++. Such as: C++ object-orient
-
-
0下载:
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。
全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。
-Of this book to learn C++ based on their personal experience a
-
-
0下载:
一个3D矢量类CVector3D,含三种构造函数,并有拷贝,点积,叉积,求模,单位化
等操作,并实现”+ - = == += -= * [ ]” 等运算符的重载。(用C++实现) -A 3D vector class CVector3D, with three constructors, and copy, dot product, cross product, the modular unit of the other operations, and to achieve " +
-
-
0下载:
声明三维点POINT类,重载运算符“+”“-“”=”,实现三维点的加减和赋值-POINT-type three-dimensional point statement, operator overloading "+" "-" " =" , the realization of three-dimensional point of addition and subtraction and assignment
-
-
0下载:
关于C++中运算符重载函数的几个示例代码。(Some examples of the example code for the operator overloading function in C++.)
-