Apache C++ Standard Library User's Guide
Chapter 10: The Container Adaptors stack and queue
10.1 Overview
10.2 The stack Data Abstraction
10.2.1 Include Files
10.2.2 Declaration and Initialization of stack
10.2.3 Example Program: An RPN Calculator
10.3 The queue Data Abstraction
10.3.1 Include Files
10.3.2 Declaration and Initialization of queue
10.3.3 Example Program: Bank Teller Simulation