|
-
January 16th, 2013, 10:34 AM
#1
loop each queue for a given n number of queue
I have n number of queues (depends on the no. of threads ) and what i need is that, i want loop each of queue starting from from the 2nd queue to the nth (end) queue.
how can i loop this?
std::queue<int> queue;
for(queue=queue+1; queue<=n; queue++) // will this idea loop from the 2nd to the nth (end) queue
please check and let me know some ideas how to loop the queues
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|