Question: C++ I need to know how to overload operator==, !=, >, < This is my class Class Mystring{ private: string str; public: } I tried
C++
I need to know how to overload operator==, !=, >,<
This is my class
Class Mystring{
private:
string str;
public:
}
I tried some thing but they don't work.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
