Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > On-line Info on the Stl Queue

Reply
Thread Tools

On-line Info on the Stl Queue

 
 
kvnsmnsn@hotmail.com
Guest
Posts: n/a
 
      09-29-2007
Is there somewhere on-line I can go to find out how to use the stl
queue? I'm working on a class assignment that includes inserting cha-
racters onto a queue and dequeuing them from the queue, and the TA
suggested that I use stl. Any pointers on this would be greatly ap-
preciated.

---Kevin Simonson

"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_

 
Reply With Quote
 
 
 
 
=?UTF-8?B?RXJpayBXaWtzdHLDtm0=?=
Guest
Posts: n/a
 
      09-29-2007
On 2007-09-29 19:36, wrote:
> Is there somewhere on-line I can go to find out how to use the stl
> queue? I'm working on a class assignment that includes inserting cha-
> racters onto a queue and dequeuing them from the queue, and the TA
> suggested that I use stl. Any pointers on this would be greatly ap-
> preciated.


googling "STL SGI" should give you SGI's documentation of their
implementation, which is the basis for most other implementations. You
can also use www.cppreference.com or www.cplusplus.com, both have quite
good documentation of the STL containers.

--
Erik Wikströmö
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Program blocked in Queue.Queue.get and Queue.Queue.put Kris Python 0 01-04-2012 03:46 PM
why does the following with Queue, q.put('\x02', True) not put itin the queue? Gabriel Rossetti Python 3 04-25-2008 03:41 PM
Is Queue.Queue.queue.clear() thread-safe? Russell Warren Python 4 06-27-2006 03:03 PM
what's the difference between #include "queue.h" and #include "queue.cpp" Kceiw C++ 3 03-14-2006 03:01 AM
Queue.Queue-like class without the busy-wait Paul L. Du Bois Python 29 04-04-2005 01:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57