1.
error C2664: 'populate' : cannot convert parameter 1 from 'Queue<Type,size>' to 'Queue<Type> &'
with
[
Type=int,
size=20
]
and
[
Type=int
]
error C2664: 'populate' : cannot convert parameter 1 from 'Queue<Type,size>' to 'Queue<Type> &'
with
[
Type=int,
size=20
]
and
[
Type=int
]
To copy to clipboard, switch view to plain text mode
2. Could be possible define my own iterator on the queue in the way that I can do this:
Queue<int,20>::_iterator it;
Queue<int,20>::_iterator it;
To copy to clipboard, switch view to plain text mode
Bookmarks