Implemented vector class by my own

i want to overload assignment operator such that i can assign value to a particular index of vector,
please see this link

Hey @therockstar7988
https://www.tutorialspoint.com/cplusplus/subscripting_operator_overloading.htm

If your doubt is resolved please mark it as cleared.

I am not talking about subscript operator,I am talking about assignment operator that’s why I have shared you my link ,

If I am having vector class , for example I am having its object as v so I cannot directly assign v[0] = something, so how to do it , that’s what I am asking,pleasing open the link

https://ide.codingblocks.com/s/182763. One small change.

If your doubt is resolved please mark it as cleared.