Standard C++ Library User Guide and Tutorial

Click on the banner to return to the user guide home page.
©Copyright 1996 Rogue Wave Software
Chapter 10: stack and queue
Overview
The Stack Data Abstraction
Include Files
Declaration and Initialization of stack
Example Program - A RPN Calculator
The Queue Data Abstraction
Include Files
Declaration and Initialization of queue
Example Program - Bank Teller Simulation