No operator “>” matches these operands error in c++ code, how can I solve this?
I’m doing a C++ code that compares various float scores whilst overloading the “>” operator, but when I try to run my code the following error appears:
I’m doing a C++ code that compares various float scores whilst overloading the “>” operator, but when I try to run my code the following error appears: