Search:
Forum
General C++ Programming
Setters and Getters Questions
Setters and Getters Questions
artiomso
(7)
Nov 30, 2012 at 6:43pm UTC
bool
operator
<(
const
SubjectCode& c)
const
{(name) < (c.name);}
Last edited on
Nov 30, 2012 at 7:01pm UTC
maeriden
(339)
Nov 30, 2012 at 6:56pm UTC
If you're using a SubjecCode as input why not using just operator= ?
toum
(203)
Nov 30, 2012 at 9:17pm UTC
You forgot the
return
instruction.
Topic archived. No new replies allowed.
C++
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs