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ö