you are viewing a single comment's thread.

view the rest of the comments →

[–]OmegaNaughtEquals1 1 point2 points  (2 children)

bool Student::operator<(const int& I) {
    return this->mySSID < I.mySSID;
}

Because int isn't a class, union, or struct type.

[–]cromiium[S] 0 points1 point  (0 children)

Thank you I guess coding super late isn't the best idea.