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
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.
then u v will represent a new vector.