I am assumming of course that getPriority does in fact not
modify anything.
if it is just an accessor then you should inline it
__inline double getPriority() const {return priority;}
all in the header file
Printable View
I am assumming of course that getPriority does in fact not
modify anything.
if it is just an accessor then you should inline it
__inline double getPriority() const {return priority;}
all in the header file
Thank you for all of the help!
I fixed the problem and finished the program. :D :cool: :D