Stack (abstract data type) - Wikipedia, the free encyclopedia
Several of the C++ Standard Library container types have push_back and pop_back operations with LIFO semantics; additionally, the stack template class adapts existing containers to provide a restricted API with only push/pop operations. Java's library con...