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.
in C++, if we write a class to represent the vector, we can overload the operator for this vector class. So, if we dec
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am