Setters and Getters Questions

bool operator<(const SubjectCode& c) const {(name) < (c.name);}
Last edited on
If you're using a SubjecCode as input why not using just operator= ?
You forgot the return instruction.
Topic archived. No new replies allowed.