Why Am I Receiving The "request for member.. non-class type error"?

2e12eqweqwe
Last edited on
On line 65 of your first code snippet, you are trying to access the priQueue member of item, but item is not a type that has a priQueue member (as the error message indicates.)

What exactly are you trying to accomplish there?
Last edited on
Topic archived. No new replies allowed.