cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Why Am I Receiving The "request for memb
Why Am I Receiving The "request for member.. non-class type error"?
Nov 19, 2016 at 10:46pm UTC
origin0079
(21)
2e12eqweqwe
Last edited on
Nov 21, 2016 at 7:15am UTC
Nov 20, 2016 at 4:30am UTC
cire
(8284)
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
Nov 20, 2016 at 4:31am UTC
Topic archived. No new replies allowed.