trouble accessing member functions in vectors of objects

Pages: 12
Sep 11, 2010 at 1:10am
bool bezierVertex::compareX(const bezierVertex A, const bezierVertex B)
If you're doing it outside of the class definition:
It's not supposed to put the static keyword in the implementation of the method.
Also note that you the scope resolution operator is ::
Oct 27, 2010 at 9:28pm
Sorry, had to put this on the backburner for a while.

ne555, I don't understand your reply. I am defining the compare function inside the class definition.
Topic archived. No new replies allowed.
Pages: 12