Page 1 of 1

in C++, if we write a class to represent the vector, we can overload the operator for this vector class. So, if we dec

Posted: Fri Jul 08, 2022 7:27 am
by answerhappygod
in C++, if we write a class to represent the vector, we canoverload the operator for this vector class. So, if wedeclare vector u, v;
then u v will represent a new vector.